Brian Silverman | 9d8fa39 | 2018-08-04 17:09:24 -0700 | [diff] [blame^] | 1 | // This file was automatically generated on Thu Sep 18 23:32:18 2008 |
| 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) |
| 7 | |
| 8 | // See http://www.boost.org/libs/config for the most recent version.// |
| 9 | // Revision $Id$ |
| 10 | // |
| 11 | |
| 12 | |
| 13 | // Test file for macro BOOST_NO_NESTED_FRIENDSHIP |
| 14 | // This file should not compile, if it does then |
| 15 | // BOOST_NO_NESTED_FRIENDSHIP should not be defined. |
| 16 | // See file boost_no_nested_friendship.ipp for details |
| 17 | |
| 18 | // Must not have BOOST_ASSERT_CONFIG set; it defeats |
| 19 | // the objective of this file: |
| 20 | #ifdef BOOST_ASSERT_CONFIG |
| 21 | # undef BOOST_ASSERT_CONFIG |
| 22 | #endif |
| 23 | |
| 24 | #include <boost/config.hpp> |
| 25 | #include "test.hpp" |
| 26 | |
| 27 | #ifdef BOOST_NO_NESTED_FRIENDSHIP |
| 28 | #include "boost_no_nested_friendship.ipp" |
| 29 | #else |
| 30 | #error "this file should not compile" |
| 31 | #endif |
| 32 | |
| 33 | int main( int, char *[] ) |
| 34 | { |
| 35 | return boost_no_nested_friendship::test(); |
| 36 | } |
| 37 | |