id summary reporter owner description type status milestone component version severity resolution keywords cc 1822 header dependency in boost/serialization/map.hpp stefan_heinzmann@… Matias Capeletto "this very simple program here didn't compile with msvc-8.0 and boost 1.35: {{{ // bugtest-boost-1.35-mpl.cpp #include int main(int argc, char* argv[]) { return 0; } }}} The compiler outputs those error lines: {{{ d:\src\libs\boost\include\boost-1_35\boost\serialization\utility.hpp(48) : error C2039: 'and_' : is not a member of 'boost::mpl' d:\src\libs\boost\include\boost-1_35\boost\serialization\utility.hpp(50) : see reference to class template instantiation 'boost::serialization::is_bitwise_serializable>' being compiled d:\src\libs\boost\include\boost-1_35\boost\serialization\utility.hpp(48) : error C2504: 'and_' : base class undefined d:\src\libs\boost\include\boost-1_35\boost\serialization\utility.hpp(48) : error C2143: syntax error : missing ',' before '<' }}} Adding another include line before the existing one makes the compile succeed: {{{ #include }}}" Bugs closed To Be Determined serialization Boost 1.35.0 Problem fixed