mirror of
https://github.com/boostorg/config.git
synced 2026-04-28 18:13:33 +02:00
Several new config macros added.
[SVN r13984]
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
|
||||
// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and
|
||||
// distribute this software is granted provided this copyright notice appears
|
||||
// in all copies. This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
|
||||
// Test file for macro BOOST_BCB_PARTIAL_SPECIALIZATION_BUG
|
||||
// This file should compile, if it does not then
|
||||
// BOOST_BCB_PARTIAL_SPECIALIZATION_BUG needs to be defined.
|
||||
// see boost_no_bcb_partial_spec.cxx for more details
|
||||
|
||||
// Do not edit this file, it was generated automatically by
|
||||
// ../tools/generate from boost_no_bcb_partial_spec.cxx on
|
||||
// Sun May 19 12:48:29 2002
|
||||
|
||||
// Must not have BOOST_ASSERT_CONFIG set; it defeats
|
||||
// the objective of this file:
|
||||
#ifdef BOOST_ASSERT_CONFIG
|
||||
# undef BOOST_ASSERT_CONFIG
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/test/cpp_main.cpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifndef BOOST_BCB_PARTIAL_SPECIALIZATION_BUG
|
||||
#include "boost_no_bcb_partial_spec.cxx"
|
||||
#else
|
||||
namespace boost_bcb_partial_specialization_bug = empty_boost;
|
||||
#endif
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_bcb_partial_specialization_bug::test();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user