Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2006-08-27 04:47:12


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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk