[boost][range] - Fixed defect where BOOST_TEST_MESSAGE was being undefined as a side-effect by the boost/range/detail/any_iterator_buffer.hpp header file

[SVN r67542]
This commit is contained in:
Neil Groves
2011-01-01 16:51:31 +00:00
parent 55fd3ca5b2
commit 716cf7795e

View File

@ -114,6 +114,4 @@ namespace boost
typedef any_iterator_buffer<64> any_iterator_default_buffer;
} // namespace boost
#undef BOOST_TEST_MESSAGE
#endif // include guard