
6 Aug
2007
6 Aug
'07
7:58 a.m.
Is there a policy about filename case within boost? At least windows does not distinguish between upper and lower case. So a developer using windows might too easily miss this fact which can result in code that compiles on windows and not on unix. So I'd expect that there is a policy e.g. requiring all lower case filenames. In my opinion this also should be checked by a pre-commit hook. Roland aka speedsnail