Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/config/test/has_expm1_pass.cpp @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 955 bytes
Line 
1//  This file was automatically generated on Fri Oct 14 18:38: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)
7
8//  See http://www.boost.org/libs/config for the most recent version.
9
10// Test file for macro BOOST_HAS_EXPM1
11// This file should compile, if it does not then
12// BOOST_HAS_EXPM1 should not be defined.
13// See file boost_has_expm1.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_HAS_EXPM1
25#include "boost_has_expm1.ipp"
26#else
27namespace boost_has_expm1 = empty_boost;
28#endif
29
30int main( int, char *[] )
31{
32   return boost_has_expm1::test();
33}
34
Note: See TracBrowser for help on using the repository browser.