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