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:
Andrey Semashev
2013-06-22 12:23:09 +00:00
parent 411399ec60
commit 23579c60d2
74 changed files with 349 additions and 81 deletions
+1 -1
View File
@@ -32,6 +32,6 @@
int main( int, char *[] )
{
return boost_no_unified_initialization_syntax::test();
return boost_no_cxx11_unified_initialization_syntax::test();
}