
22 Sep
2010
22 Sep
'10
7:14 a.m.
Hello Boost Users, File mentioned in subj (included via boost/serialization/vector.hpp -> /boost/serialization/collections_save_imp.hpp) fails to compile at my Ubuntu box because of blatant use of assert function. Problem was solved by including <boost/assert.hpp> and changing assert to BOOST_ASSERT Is it a bug or just my misconfiguration? Thanks.