Avoid including <boost/container/detail/config_begin.hpp> in tests to catch all possible warnings.

This commit is contained in:
Ion Gaztañaga
2020-10-25 17:25:39 +01:00
parent 63073ab556
commit 3cd08df6fc
8 changed files with 42 additions and 84 deletions

View File

@@ -7,8 +7,6 @@
// See http://www.boost.org/libs/container for documentation.
//
//////////////////////////////////////////////////////////////////////////////
#include <boost/container/detail/config_begin.hpp>
#include <boost/container/detail/workaround.hpp>
//[doc_custom_tree
#include <boost/container/set.hpp>
@@ -66,4 +64,3 @@ int main ()
return 0;
}
//]
#include <boost/container/detail/config_end.hpp>