Ticket #1051: test1.cpp

File test1.cpp, 479 bytes (added by aribrei@…, 15 years ago)

Compile with -DX to trigger failure

Line 
1#ifndef X
2#include <boost/mpl/map.hpp>
3#endif
4#include <boost/mpl/next_prior.hpp>
5#include <boost/mpl/erase_key.hpp>
6#include <boost/mpl/identity.hpp>
7#include <boost/mpl/find_if.hpp>
8#include <boost/mpl/eval_if.hpp>
9#include <boost/mpl/has_key.hpp>
10#include <boost/mpl/insert.hpp>
11#include <boost/mpl/vector.hpp>
12#include <boost/mpl/deref.hpp>
13#include <boost/mpl/copy.hpp>
14#include <boost/mpl/pair.hpp>
15#include <boost/mpl/set.hpp>
16#ifdef X
17#include <boost/mpl/map.hpp>
18#endif