mirror of
https://github.com/boostorg/assign.git
synced 2026-01-31 07:42:11 +00:00
*** empty log message ***
[SVN r24158]
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
// For more information, see http://www.boost.org/libs/assign/
|
||||
//
|
||||
|
||||
#include <boost/config.hpp>
|
||||
|
||||
#if BOOST_WORAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564))
|
||||
# pragma warn -8091 // supress warning in Boost.Test
|
||||
# pragma warn -8057 // unused argument argc/argv in Boost.Test
|
||||
#endif
|
||||
|
||||
#include <boost/assign/list_of.hpp>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
@@ -17,6 +23,8 @@
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
|
||||
|
||||
void check_array()
|
||||
{
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user