]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/config/test/no_std_locale_fail.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / config / test / no_std_locale_fail.cpp
1 // This file was automatically generated on Fri Dec 03 18:04:02 2004
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
10 // Test file for macro BOOST_NO_STD_LOCALE
11 // This file should not compile, if it does then
12 // BOOST_NO_STD_LOCALE should not be defined.
13 // See file boost_no_std_locale.ipp for details
14
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
20
21 #include <boost/config.hpp>
22 #include "test.hpp"
23
24 #ifdef BOOST_NO_STD_LOCALE
25 #include "boost_no_std_locale.ipp"
26 #else
27 #error "this file should not compile"
28 #endif
29
30 int main( int, char *[] )
31 {
32 return boost_no_std_locale::test();
33 }
34