mirror of
https://github.com/boostorg/config.git
synced 2026-04-28 18:13:33 +02:00
Merged recent changes from trunk.
[SVN r85088]
This commit is contained in:
@@ -27,11 +27,11 @@
|
||||
#ifndef BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX
|
||||
#include "boost_no_unified_init.ipp"
|
||||
#else
|
||||
namespace boost_no_unified_initialization_syntax = empty_boost;
|
||||
namespace boost_no_cxx11_unified_initialization_syntax = empty_boost;
|
||||
#endif
|
||||
|
||||
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