mirror of
https://github.com/boostorg/config.git
synced 2025-11-07 11:11:36 +01:00
Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces.
[SVN r84873]
This commit is contained in:
@@ -27,11 +27,11 @@
|
||||
#ifndef BOOST_NO_CXX11_DEFAULTED_FUNCTIONS
|
||||
#include "boost_no_defaulted_functions.ipp"
|
||||
#else
|
||||
namespace boost_no_defaulted_functions = empty_boost;
|
||||
namespace boost_no_cxx11_defaulted_functions = empty_boost;
|
||||
#endif
|
||||
|
||||
int main( int, char *[] )
|
||||
{
|
||||
return boost_no_defaulted_functions::test();
|
||||
return boost_no_cxx11_defaulted_functions::test();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user