mirror of
https://github.com/boostorg/config.git
synced 2026-05-04 20:04:11 +02: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:
@@ -32,6 +32,6 @@
|
||||
|
||||
int main( int, char *[] )
|
||||
{
|
||||
return boost_no_unified_initialization_syntax::test();
|
||||
return boost_no_cxx11_unified_initialization_syntax::test();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user