$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sean Huang (huangsean_at_[hidden])
Date: 2006-12-19 18:39:01
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?
Thanks,
Sean