Improve vacpp support.
[boost.git] / boost / libs / config / test / has_tr1_mem_fn_pass.cpp
blobd7e3390f652fd745148e0a01b780ca596c068ec6
1 // This file was automatically generated on Mon Jan 24 16:31:49 2005
2 // by libs/config/tools/generate.cpp
3 // Copyright John Maddock 2002-4.
4 // Use, modification and distribution are subject to the
5 // Boost Software License, Version 1.0. (See accompanying file
6 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8 // See http://www.boost.org/libs/config for the most recent version.
10 // Test file for macro BOOST_HAS_TR1_MEM_FN
11 // This file should compile, if it does not then
12 // BOOST_HAS_TR1_MEM_FN should not be defined.
13 // See file boost_has_tr1_mem_fn.ipp for details
15 // Must not have BOOST_ASSERT_CONFIG set; it defeats
16 // the objective of this file:
17 #ifdef BOOST_ASSERT_CONFIG
18 # undef BOOST_ASSERT_CONFIG
19 #endif
21 #include <boost/config.hpp>
22 #include "test.hpp"
24 #ifdef BOOST_HAS_TR1_MEM_FN
25 #include "boost_has_tr1_mem_fn.ipp"
26 #else
27 namespace boost_has_tr1_mem_fn = empty_boost;
28 #endif
30 int main( int, char *[] )
32 return boost_has_tr1_mem_fn::test();