mirror of
https://github.com/boostorg/config.git
synced 2026-02-03 22:05:04 +01:00
Merged recent changes from trunk.
[SVN r85088]
This commit is contained in:
@@ -27,11 +27,11 @@
|
||||
#ifndef BOOST_NO_CXX11_CONSTEXPR
|
||||
#include "boost_no_constexpr.ipp"
|
||||
#else
|
||||
namespace boost_no_constexpr = empty_boost;
|
||||
namespace boost_no_cxx11_constexpr = empty_boost;
|
||||
#endif
|
||||
|
||||
int main( int, char *[] )
|
||||
{
|
||||
return boost_no_constexpr::test();
|
||||
return boost_no_cxx11_constexpr::test();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user