
20 Dec
2006
20 Dec
'06
8:02 a.m.
Sean Huang wrote:
----- Original Message ----- From: "Tobias Schwinger" <tschwinger@neoscientists.org>
Sean Huang wrote:
vector200.hpp contains lines with more than 8000 characters. This causes problems when the file is added to IBM Rational ClearCase which has an 8000-character upper limit for text files. The workaround is to check it in as a binary file but this eliminates the possibility of future merges. Is it possible to make the lines shorter?
That file is read only if BOOST_TYPEOF_LIMIT_SIZE is set to >= 200. That macro currently defaults to 50. So your copy of Boost will still work if you omit that file. Regards, Tobias