2
0
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:
Thorsten Jørgen Ottosen
2004-07-29 14:20:35 +00:00
parent 2132d379ba
commit 57b3e38e38
8 changed files with 60 additions and 0 deletions

View File

@@ -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;