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,7 @@
// See http://www.boost.org/libs/container for documentation.
//
//////////////////////////////////////////////////////////////////////////////
#include <boost/container/detail/config_begin.hpp>
#include <boost/container/detail/workaround.hpp>
//[doc_extended_allocators
#include <boost/container/vector.hpp>
#include <boost/container/flat_set.hpp>
@@ -51,4 +50,3 @@ int main ()
return 0;
}
//]
#include <boost/container/detail/config_end.hpp>