mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
Merge changes from Trunk - mostly new macro for <typeindex>.
[SVN r62792]
This commit is contained in:
@@ -25,6 +25,31 @@
|
|||||||
//
|
//
|
||||||
#define BOOST_HAS_LONG_LONG
|
#define BOOST_HAS_LONG_LONG
|
||||||
|
|
||||||
|
// C++0x features:
|
||||||
|
//
|
||||||
|
# define BOOST_NO_CONSTEXPR
|
||||||
|
# define BOOST_NO_NULLPTR
|
||||||
|
# define BOOST_NO_TEMPLATE_ALIASES
|
||||||
|
# define BOOST_NO_DECLTYPE
|
||||||
|
# define BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS
|
||||||
|
# define BOOST_NO_RVALUE_REFERENCES
|
||||||
|
# define BOOST_NO_STATIC_ASSERT
|
||||||
|
# define BOOST_NO_VARIADIC_TEMPLATES
|
||||||
|
# define BOOST_NO_AUTO_DECLARATIONS
|
||||||
|
# define BOOST_NO_AUTO_MULTIDECLARATIONS
|
||||||
|
# define BOOST_NO_CHAR16_T
|
||||||
|
# define BOOST_NO_CHAR32_T
|
||||||
|
# define BOOST_NO_DEFAULTED_FUNCTIONS
|
||||||
|
# define BOOST_NO_DELETED_FUNCTIONS
|
||||||
|
# define BOOST_NO_INITIALIZER_LISTS
|
||||||
|
# define BOOST_NO_SCOPED_ENUMS
|
||||||
|
# define BOOST_NO_SFINAE_EXPR
|
||||||
|
# define BOOST_NO_SCOPED_ENUMS
|
||||||
|
# define BOOST_NO_EXPLICIT_CONVERSION_OPERATORS
|
||||||
|
# define BOOST_NO_LAMBDAS
|
||||||
|
# define BOOST_NO_RAW_LITERALS
|
||||||
|
# define BOOST_NO_UNICODE_LITERALS
|
||||||
|
|
||||||
#define BOOST_COMPILER "GCC-XML C++ version " __GCCXML__
|
#define BOOST_COMPILER "GCC-XML C++ version " __GCCXML__
|
||||||
|
|
||||||
|
|
||||||
|
@@ -66,6 +66,7 @@
|
|||||||
#define BOOST_NO_0X_HDR_TYPE_TRAITS
|
#define BOOST_NO_0X_HDR_TYPE_TRAITS
|
||||||
#define BOOST_NO_0X_HDR_TUPLE
|
#define BOOST_NO_0X_HDR_TUPLE
|
||||||
#define BOOST_NO_0X_HDR_THREAD
|
#define BOOST_NO_0X_HDR_THREAD
|
||||||
|
#define BOOST_NO_0X_HDR_TYPEINDEX
|
||||||
#define BOOST_NO_0X_HDR_SYSTEM_ERROR
|
#define BOOST_NO_0X_HDR_SYSTEM_ERROR
|
||||||
#define BOOST_NO_0X_HDR_REGEX
|
#define BOOST_NO_0X_HDR_REGEX
|
||||||
#define BOOST_NO_0X_HDR_RATIO
|
#define BOOST_NO_0X_HDR_RATIO
|
||||||
|
@@ -80,6 +80,8 @@
|
|||||||
// although a conforming signature for swprint exists in VC7.1
|
// although a conforming signature for swprint exists in VC7.1
|
||||||
// it appears not to actually work:
|
// it appears not to actually work:
|
||||||
# define BOOST_NO_SWPRINTF
|
# define BOOST_NO_SWPRINTF
|
||||||
|
// Our extern template tests also fail for this compiler:
|
||||||
|
# define BOOST_NO_EXTERN_TEMPLATE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(UNDER_CE)
|
#if defined(UNDER_CE)
|
||||||
|
@@ -106,6 +106,7 @@
|
|||||||
# define BOOST_NO_0X_HDR_UNORDERED_MAP
|
# define BOOST_NO_0X_HDR_UNORDERED_MAP
|
||||||
# define BOOST_NO_0X_HDR_UNORDERED_SET
|
# define BOOST_NO_0X_HDR_UNORDERED_SET
|
||||||
# define BOOST_NO_0X_HDR_TUPLE
|
# define BOOST_NO_0X_HDR_TUPLE
|
||||||
|
# define BOOST_NO_0X_HDR_TYPEINDEX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(_HAS_TR1_IMPORTS) && !defined(BOOST_NO_0X_HDR_TUPLE)
|
#if !defined(_HAS_TR1_IMPORTS) && !defined(BOOST_NO_0X_HDR_TUPLE)
|
||||||
|
@@ -54,6 +54,7 @@
|
|||||||
# define BOOST_NO_0X_HDR_THREAD
|
# define BOOST_NO_0X_HDR_THREAD
|
||||||
# define BOOST_NO_0X_HDR_TUPLE
|
# define BOOST_NO_0X_HDR_TUPLE
|
||||||
# define BOOST_NO_0X_HDR_TYPE_TRAITS
|
# define BOOST_NO_0X_HDR_TYPE_TRAITS
|
||||||
|
# define BOOST_NO_0X_HDR_TYPEINDEX
|
||||||
# define BOOST_NO_STD_UNORDERED // deprecated; see following
|
# define BOOST_NO_STD_UNORDERED // deprecated; see following
|
||||||
# define BOOST_NO_0X_HDR_UNORDERED_MAP
|
# define BOOST_NO_0X_HDR_UNORDERED_MAP
|
||||||
# define BOOST_NO_0X_HDR_UNORDERED_SET
|
# define BOOST_NO_0X_HDR_UNORDERED_SET
|
||||||
|
@@ -123,5 +123,6 @@
|
|||||||
# define BOOST_NO_0X_HDR_FUTURE
|
# define BOOST_NO_0X_HDR_FUTURE
|
||||||
# define BOOST_NO_0X_HDR_ITERATOR_CONCEPTS
|
# define BOOST_NO_0X_HDR_ITERATOR_CONCEPTS
|
||||||
# define BOOST_NO_0X_HDR_MEMORY_CONCEPTS
|
# define BOOST_NO_0X_HDR_MEMORY_CONCEPTS
|
||||||
|
# define BOOST_NO_0X_HDR_TYPEINDEX
|
||||||
|
|
||||||
// --- end ---
|
// --- end ---
|
||||||
|
@@ -43,6 +43,7 @@
|
|||||||
# define BOOST_NO_0X_HDR_THREAD
|
# define BOOST_NO_0X_HDR_THREAD
|
||||||
# define BOOST_NO_0X_HDR_TUPLE
|
# define BOOST_NO_0X_HDR_TUPLE
|
||||||
# define BOOST_NO_0X_HDR_TYPE_TRAITS
|
# define BOOST_NO_0X_HDR_TYPE_TRAITS
|
||||||
|
# define BOOST_NO_0X_HDR_TYPEINDEX
|
||||||
# define BOOST_NO_STD_UNORDERED // deprecated; see following
|
# define BOOST_NO_STD_UNORDERED // deprecated; see following
|
||||||
# define BOOST_NO_0X_HDR_UNORDERED_MAP
|
# define BOOST_NO_0X_HDR_UNORDERED_MAP
|
||||||
# define BOOST_NO_0X_HDR_UNORDERED_SET
|
# define BOOST_NO_0X_HDR_UNORDERED_SET
|
||||||
|
@@ -67,6 +67,7 @@
|
|||||||
# define BOOST_NO_0X_HDR_THREAD
|
# define BOOST_NO_0X_HDR_THREAD
|
||||||
# define BOOST_NO_0X_HDR_TUPLE
|
# define BOOST_NO_0X_HDR_TUPLE
|
||||||
# define BOOST_NO_0X_HDR_TYPE_TRAITS
|
# define BOOST_NO_0X_HDR_TYPE_TRAITS
|
||||||
|
# define BOOST_NO_0X_HDR_TYPEINDEX
|
||||||
# define BOOST_NO_STD_UNORDERED // deprecated; see following
|
# define BOOST_NO_STD_UNORDERED // deprecated; see following
|
||||||
# define BOOST_NO_0X_HDR_UNORDERED_MAP
|
# define BOOST_NO_0X_HDR_UNORDERED_MAP
|
||||||
# define BOOST_NO_0X_HDR_UNORDERED_SET
|
# define BOOST_NO_0X_HDR_UNORDERED_SET
|
||||||
|
@@ -173,6 +173,7 @@
|
|||||||
# define BOOST_NO_0X_HDR_THREAD
|
# define BOOST_NO_0X_HDR_THREAD
|
||||||
# define BOOST_NO_0X_HDR_TUPLE
|
# define BOOST_NO_0X_HDR_TUPLE
|
||||||
# define BOOST_NO_0X_HDR_TYPE_TRAITS
|
# define BOOST_NO_0X_HDR_TYPE_TRAITS
|
||||||
|
# define BOOST_NO_0X_HDR_TYPEINDEX
|
||||||
# define BOOST_NO_STD_UNORDERED // deprecated; see following
|
# define BOOST_NO_STD_UNORDERED // deprecated; see following
|
||||||
# define BOOST_NO_0X_HDR_UNORDERED_MAP
|
# define BOOST_NO_0X_HDR_UNORDERED_MAP
|
||||||
# define BOOST_NO_0X_HDR_UNORDERED_SET
|
# define BOOST_NO_0X_HDR_UNORDERED_SET
|
||||||
|
@@ -126,6 +126,7 @@
|
|||||||
# define BOOST_NO_0X_HDR_THREAD
|
# define BOOST_NO_0X_HDR_THREAD
|
||||||
# define BOOST_NO_0X_HDR_TUPLE
|
# define BOOST_NO_0X_HDR_TUPLE
|
||||||
# define BOOST_NO_0X_HDR_TYPE_TRAITS
|
# define BOOST_NO_0X_HDR_TYPE_TRAITS
|
||||||
|
# define BOOST_NO_0X_HDR_TYPEINDEX
|
||||||
# define BOOST_NO_STD_UNORDERED // deprecated; see following
|
# define BOOST_NO_STD_UNORDERED // deprecated; see following
|
||||||
# define BOOST_NO_0X_HDR_UNORDERED_MAP
|
# define BOOST_NO_0X_HDR_UNORDERED_MAP
|
||||||
# define BOOST_NO_0X_HDR_UNORDERED_SET
|
# define BOOST_NO_0X_HDR_UNORDERED_SET
|
||||||
|
@@ -221,6 +221,7 @@ namespace boost { using std::min; using std::max; }
|
|||||||
# define BOOST_NO_0X_HDR_THREAD
|
# define BOOST_NO_0X_HDR_THREAD
|
||||||
# define BOOST_NO_0X_HDR_TUPLE
|
# define BOOST_NO_0X_HDR_TUPLE
|
||||||
# define BOOST_NO_0X_HDR_TYPE_TRAITS
|
# define BOOST_NO_0X_HDR_TYPE_TRAITS
|
||||||
|
# define BOOST_NO_0X_HDR_TYPEINDEX
|
||||||
# define BOOST_NO_STD_UNORDERED // deprecated; see following
|
# define BOOST_NO_STD_UNORDERED // deprecated; see following
|
||||||
# define BOOST_NO_0X_HDR_UNORDERED_MAP
|
# define BOOST_NO_0X_HDR_UNORDERED_MAP
|
||||||
# define BOOST_NO_0X_HDR_UNORDERED_SET
|
# define BOOST_NO_0X_HDR_UNORDERED_SET
|
||||||
|
@@ -33,6 +33,7 @@
|
|||||||
# define BOOST_NO_0X_HDR_THREAD
|
# define BOOST_NO_0X_HDR_THREAD
|
||||||
# define BOOST_NO_0X_HDR_TUPLE
|
# define BOOST_NO_0X_HDR_TUPLE
|
||||||
# define BOOST_NO_0X_HDR_TYPE_TRAITS
|
# define BOOST_NO_0X_HDR_TYPE_TRAITS
|
||||||
|
# define BOOST_NO_0X_HDR_TYPEINDEX
|
||||||
# define BOOST_NO_STD_UNORDERED // deprecated; see following
|
# define BOOST_NO_STD_UNORDERED // deprecated; see following
|
||||||
# define BOOST_NO_0X_HDR_UNORDERED_MAP
|
# define BOOST_NO_0X_HDR_UNORDERED_MAP
|
||||||
# define BOOST_NO_0X_HDR_UNORDERED_SET
|
# define BOOST_NO_0X_HDR_UNORDERED_SET
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Regression test Jamfile for boost configuration setup.
|
# Regression test Jamfile for boost configuration setup.
|
||||||
# *** DO NOT EDIT THIS FILE BY HAND ***
|
# *** DO NOT EDIT THIS FILE BY HAND ***
|
||||||
# This file was automatically generated on Fri Apr 09 12:24:54 2010
|
# This file was automatically generated on Fri Jun 04 12:51:35 2010
|
||||||
# by libs/config/tools/generate.cpp
|
# by libs/config/tools/generate.cpp
|
||||||
# Copyright John Maddock.
|
# Copyright John Maddock.
|
||||||
# Use, modification and distribution are subject to the
|
# Use, modification and distribution are subject to the
|
||||||
@@ -229,6 +229,9 @@ test-suite "BOOST_NO_0X_HDR_THREAD" :
|
|||||||
test-suite "BOOST_NO_0X_HDR_TUPLE" :
|
test-suite "BOOST_NO_0X_HDR_TUPLE" :
|
||||||
[ run ../no_0x_hdr_tuple_pass.cpp ]
|
[ run ../no_0x_hdr_tuple_pass.cpp ]
|
||||||
[ compile-fail ../no_0x_hdr_tuple_fail.cpp ] ;
|
[ compile-fail ../no_0x_hdr_tuple_fail.cpp ] ;
|
||||||
|
test-suite "BOOST_NO_0X_HDR_TYPEINDEX" :
|
||||||
|
[ run ../no_0x_hdr_typeindex_pass.cpp ]
|
||||||
|
[ compile-fail ../no_0x_hdr_typeindex_fail.cpp ] ;
|
||||||
test-suite "BOOST_NO_0X_HDR_TYPE_TRAITS" :
|
test-suite "BOOST_NO_0X_HDR_TYPE_TRAITS" :
|
||||||
[ run ../no_0x_hdr_type_traits_pass.cpp ]
|
[ run ../no_0x_hdr_type_traits_pass.cpp ]
|
||||||
[ compile-fail ../no_0x_hdr_type_traits_fail.cpp ] ;
|
[ compile-fail ../no_0x_hdr_type_traits_fail.cpp ] ;
|
||||||
|
25
test/boost_no_0x_hdr_typeindex.ipp
Normal file
25
test/boost_no_0x_hdr_typeindex.ipp
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
// (C) Copyright Beman Dawes 2009
|
||||||
|
|
||||||
|
// Use, modification and distribution are subject to the
|
||||||
|
// Boost Software License, Version 1.0. (See accompanying file
|
||||||
|
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// See http://www.boost.org/libs/config for more information.
|
||||||
|
|
||||||
|
// MACRO: BOOST_NO_0X_HDR_TYPEINDEX
|
||||||
|
// TITLE: C++0x header <typeindex> unavailable
|
||||||
|
// DESCRIPTION: The standard library does not supply C++0x header <typeindex>
|
||||||
|
|
||||||
|
#include <typeindex>
|
||||||
|
|
||||||
|
namespace boost_no_0x_hdr_typeindex {
|
||||||
|
|
||||||
|
int test()
|
||||||
|
{
|
||||||
|
std::type_index t1 = typeid(int);
|
||||||
|
std::type_index t2 = typeid(double);
|
||||||
|
std::hash<std::type_index> h;
|
||||||
|
return (t1 != t2) && (h(t1) != h(t2)) ? 0 : 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@@ -974,6 +974,7 @@ void print_boost_macros()
|
|||||||
PRINT_MACRO(BOOST_NO_0X_HDR_SYSTEM_ERROR);
|
PRINT_MACRO(BOOST_NO_0X_HDR_SYSTEM_ERROR);
|
||||||
PRINT_MACRO(BOOST_NO_0X_HDR_THREAD);
|
PRINT_MACRO(BOOST_NO_0X_HDR_THREAD);
|
||||||
PRINT_MACRO(BOOST_NO_0X_HDR_TUPLE);
|
PRINT_MACRO(BOOST_NO_0X_HDR_TUPLE);
|
||||||
|
PRINT_MACRO(BOOST_NO_0X_HDR_TYPEINDEX);
|
||||||
PRINT_MACRO(BOOST_NO_0X_HDR_TYPE_TRAITS);
|
PRINT_MACRO(BOOST_NO_0X_HDR_TYPE_TRAITS);
|
||||||
PRINT_MACRO(BOOST_NO_0X_HDR_UNORDERED_MAP);
|
PRINT_MACRO(BOOST_NO_0X_HDR_UNORDERED_MAP);
|
||||||
PRINT_MACRO(BOOST_NO_0X_HDR_UNORDERED_SET);
|
PRINT_MACRO(BOOST_NO_0X_HDR_UNORDERED_SET);
|
||||||
@@ -1082,6 +1083,7 @@ void print_boost_macros()
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// END GENERATED BLOCK
|
// END GENERATED BLOCK
|
||||||
|
|
||||||
PRINT_MACRO(BOOST_INTEL);
|
PRINT_MACRO(BOOST_INTEL);
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Apr 09 12:24:54 2010
|
// This file was automatically generated on Fri Jun 04 12:51:35 2010
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
@@ -112,6 +112,11 @@ namespace boost_no_0x_hdr_thread = empty_boost;
|
|||||||
#else
|
#else
|
||||||
namespace boost_no_0x_hdr_tuple = empty_boost;
|
namespace boost_no_0x_hdr_tuple = empty_boost;
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef BOOST_NO_0X_HDR_TYPEINDEX
|
||||||
|
#include "boost_no_0x_hdr_typeindex.ipp"
|
||||||
|
#else
|
||||||
|
namespace boost_no_0x_hdr_typeindex = empty_boost;
|
||||||
|
#endif
|
||||||
#ifndef BOOST_NO_0X_HDR_TYPE_TRAITS
|
#ifndef BOOST_NO_0X_HDR_TYPE_TRAITS
|
||||||
#include "boost_no_0x_hdr_type_traits.ipp"
|
#include "boost_no_0x_hdr_type_traits.ipp"
|
||||||
#else
|
#else
|
||||||
@@ -1196,6 +1201,11 @@ int main( int, char *[] )
|
|||||||
std::cerr << "Failed test for BOOST_NO_0X_HDR_TUPLE at: " << __FILE__ << ":" << __LINE__ << std::endl;
|
std::cerr << "Failed test for BOOST_NO_0X_HDR_TUPLE at: " << __FILE__ << ":" << __LINE__ << std::endl;
|
||||||
++error_count;
|
++error_count;
|
||||||
}
|
}
|
||||||
|
if(0 != boost_no_0x_hdr_typeindex::test())
|
||||||
|
{
|
||||||
|
std::cerr << "Failed test for BOOST_NO_0X_HDR_TYPEINDEX at: " << __FILE__ << ":" << __LINE__ << std::endl;
|
||||||
|
++error_count;
|
||||||
|
}
|
||||||
if(0 != boost_no_0x_hdr_type_traits::test())
|
if(0 != boost_no_0x_hdr_type_traits::test())
|
||||||
{
|
{
|
||||||
std::cerr << "Failed test for BOOST_NO_0X_HDR_TYPE_TRAITS at: " << __FILE__ << ":" << __LINE__ << std::endl;
|
std::cerr << "Failed test for BOOST_NO_0X_HDR_TYPE_TRAITS at: " << __FILE__ << ":" << __LINE__ << std::endl;
|
||||||
|
37
test/no_0x_hdr_typeindex_fail.cpp
Normal file
37
test/no_0x_hdr_typeindex_fail.cpp
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
// This file was automatically generated on Fri Jun 04 12:51:34 2010
|
||||||
|
// by libs/config/tools/generate.cpp
|
||||||
|
// Copyright John Maddock 2002-4.
|
||||||
|
// Use, modification and distribution are subject to the
|
||||||
|
// Boost Software License, Version 1.0. (See accompanying file
|
||||||
|
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// See http://www.boost.org/libs/config for the most recent version.//
|
||||||
|
// Revision $Id: generate.cpp 49281 2008-10-11 15:40:44Z johnmaddock $
|
||||||
|
//
|
||||||
|
|
||||||
|
|
||||||
|
// Test file for macro BOOST_NO_0X_HDR_TYPEINDEX
|
||||||
|
// This file should not compile, if it does then
|
||||||
|
// BOOST_NO_0X_HDR_TYPEINDEX should not be defined.
|
||||||
|
// See file boost_no_0x_hdr_typeindex.ipp for details
|
||||||
|
|
||||||
|
// 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 "test.hpp"
|
||||||
|
|
||||||
|
#ifdef BOOST_NO_0X_HDR_TYPEINDEX
|
||||||
|
#include "boost_no_0x_hdr_typeindex.ipp"
|
||||||
|
#else
|
||||||
|
#error "this file should not compile"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
int main( int, char *[] )
|
||||||
|
{
|
||||||
|
return boost_no_0x_hdr_typeindex::test();
|
||||||
|
}
|
||||||
|
|
37
test/no_0x_hdr_typeindex_pass.cpp
Normal file
37
test/no_0x_hdr_typeindex_pass.cpp
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
// This file was automatically generated on Fri Jun 04 12:51:34 2010
|
||||||
|
// by libs/config/tools/generate.cpp
|
||||||
|
// Copyright John Maddock 2002-4.
|
||||||
|
// Use, modification and distribution are subject to the
|
||||||
|
// Boost Software License, Version 1.0. (See accompanying file
|
||||||
|
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// See http://www.boost.org/libs/config for the most recent version.//
|
||||||
|
// Revision $Id: generate.cpp 49281 2008-10-11 15:40:44Z johnmaddock $
|
||||||
|
//
|
||||||
|
|
||||||
|
|
||||||
|
// Test file for macro BOOST_NO_0X_HDR_TYPEINDEX
|
||||||
|
// This file should compile, if it does not then
|
||||||
|
// BOOST_NO_0X_HDR_TYPEINDEX should be defined.
|
||||||
|
// See file boost_no_0x_hdr_typeindex.ipp for details
|
||||||
|
|
||||||
|
// 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 "test.hpp"
|
||||||
|
|
||||||
|
#ifndef BOOST_NO_0X_HDR_TYPEINDEX
|
||||||
|
#include "boost_no_0x_hdr_typeindex.ipp"
|
||||||
|
#else
|
||||||
|
namespace boost_no_0x_hdr_typeindex = empty_boost;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
int main( int, char *[] )
|
||||||
|
{
|
||||||
|
return boost_no_0x_hdr_typeindex::test();
|
||||||
|
}
|
||||||
|
|
Reference in New Issue
Block a user