$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2006-12-20 03:02:45
Sean Huang wrote:
> ----- Original Message -----
> From: "Tobias Schwinger" <tschwinger_at_[hidden]>
>
>
>>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