mirror of
https://github.com/boostorg/container.git
synced 2026-01-25 16:52:48 +01:00
Avoid including <boost/container/detail/config_begin.hpp> in tests to catch all possible warnings.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user