mirror of
https://github.com/boostorg/config.git
synced 2026-04-29 18:44:14 +02:00
Add new config macro for <typeindex>. Update config accordingly.
Fixes #4274. [SVN r62425]
This commit is contained in:
+11
-1
@@ -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
|
||||
// Copyright John Maddock 2002-4.
|
||||
// Use, modification and distribution are subject to the
|
||||
@@ -112,6 +112,11 @@ namespace boost_no_0x_hdr_thread = empty_boost;
|
||||
#else
|
||||
namespace boost_no_0x_hdr_tuple = empty_boost;
|
||||
#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
|
||||
#include "boost_no_0x_hdr_type_traits.ipp"
|
||||
#else
|
||||
@@ -1196,6 +1201,11 @@ int main( int, char *[] )
|
||||
std::cerr << "Failed test for BOOST_NO_0X_HDR_TUPLE at: " << __FILE__ << ":" << __LINE__ << std::endl;
|
||||
++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())
|
||||
{
|
||||
std::cerr << "Failed test for BOOST_NO_0X_HDR_TYPE_TRAITS at: " << __FILE__ << ":" << __LINE__ << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user