Removed <.../config_begin.hpp> includes from tests to faithfully test what a user will compile

This commit is contained in:
Ion Gaztañaga
2014-10-18 16:59:16 +02:00
parent e926491606
commit 7651f03385
6 changed files with 0 additions and 18 deletions
-3
View File
@@ -9,7 +9,6 @@
// See http://www.boost.org/libs/intrusive for documentation.
//
/////////////////////////////////////////////////////////////////////////////
#include <boost/intrusive/detail/config_begin.hpp>
//[doc_recursive_member
#include <boost/intrusive/list.hpp>
#include <boost/intrusive/parent_from_member.hpp>
@@ -82,5 +81,3 @@ int main()
return 0;
}
//]
#include <boost/intrusive/detail/config_end.hpp>