mirror of
https://github.com/boostorg/config.git
synced 2026-04-21 09:08:39 +02:00
Added new config macro: BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE
[SVN r18507]
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
// Do not edit this file, it was generated automatically by
|
||||
// ../tools/generate from boost_*.cxx on
|
||||
// Thu Feb 13 12:10:01 GMTST 2003
|
||||
// Fri May 23 11:49:09 GMTST 2003
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#define BOOST_INCLUDE_MAIN
|
||||
@@ -247,6 +247,11 @@ namespace boost_no_swprintf = empty_boost;
|
||||
#else
|
||||
namespace boost_no_template_templates = empty_boost;
|
||||
#endif
|
||||
#ifndef BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE
|
||||
#include "boost_no_using_decl_overld.cxx"
|
||||
#else
|
||||
namespace boost_no_using_declaration_overloads_from_typename_base = empty_boost;
|
||||
#endif
|
||||
#ifndef BOOST_NO_USING_TEMPLATE
|
||||
#include "boost_no_using_template.cxx"
|
||||
#else
|
||||
@@ -408,6 +413,7 @@ int test_main( int, char *[] )
|
||||
BOOST_TEST(0 == boost_no_intrinsic_wchar_t::test());
|
||||
BOOST_TEST(0 == boost_no_void_returns::test());
|
||||
BOOST_TEST(0 == boost_no_using_template::test());
|
||||
BOOST_TEST(0 == boost_no_using_declaration_overloads_from_typename_base::test());
|
||||
BOOST_TEST(0 == boost_no_template_templates::test());
|
||||
BOOST_TEST(0 == boost_no_swprintf::test());
|
||||
BOOST_TEST(0 == boost_no_stdc_namespace::test());
|
||||
|
||||
Reference in New Issue
Block a user