
27 Aug
2006
27 Aug
'06
8:47 a.m.
Alexander Nasonov wrote:
Hello, I recently commited the version 1.26 of lexical_cast.hpp that optimizes many combinations of types.
Cool, but can you please double check the line endings: after a cvs update yesterday lexical_cast wouldn't compile with vc8, because it complained about Mac line endings. Letting my IDE convert the line endings made matters even worse (all the multi-line macros broke!) If I remember correctly this problem occurs if you edit the file on windows and then commit from a linux box: the file ends up with \r\n line endings in cvs, which get translated to \r\r\n when updating from windows :-( Many thanks! John.