mirror of
https://github.com/boostorg/container.git
synced 2026-01-26 17:22:46 +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_recursive_containers
|
||||
#include <boost/container/vector.hpp>
|
||||
#include <boost/container/stable_vector.hpp>
|
||||
@@ -70,4 +69,3 @@ int main()
|
||||
return 0;
|
||||
}
|
||||
//]
|
||||
#include <boost/container/detail/config_end.hpp>
|
||||
|
||||
Reference in New Issue
Block a user