$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2004-09-28 11:01:27
Hi,
Looks like subject test fails at runtime on following line:
std::list<char> l;
// here I populate l;
std::string s;
s.assign( l.begin(), l.end() ); // <---------- HERE
Funny things is that it start working if I change list to vector.
Is this some kind of gcc STL bug?
Gennadiy.