mirror of
https://github.com/boostorg/config.git
synced 2025-10-15 17:05:26 +02:00
Rename BOOST_NO_CXX14_DIGIT_SEPARATOR to BOOST_NO_CXX14_DIGIT_SEPARATORS.
Fix name of BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES in docs.
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
//
|
||||
|
||||
|
||||
// Test file for macro BOOST_NO_CXX14_DIGIT_SEPARATOR
|
||||
// Test file for macro BOOST_NO_CXX14_DIGIT_SEPARATORS
|
||||
// This file should not compile, if it does then
|
||||
// BOOST_NO_CXX14_DIGIT_SEPARATOR should not be defined.
|
||||
// BOOST_NO_CXX14_DIGIT_SEPARATORS should not be defined.
|
||||
// See file boost_no_cxx14_digit_separator.ipp for details
|
||||
|
||||
// Must not have BOOST_ASSERT_CONFIG set; it defeats
|
||||
@@ -24,7 +24,7 @@
|
||||
#include <boost/config.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_NO_CXX14_DIGIT_SEPARATOR
|
||||
#ifdef BOOST_NO_CXX14_DIGIT_SEPARATORS
|
||||
#include "boost_no_cxx14_digit_separator.ipp"
|
||||
#else
|
||||
#error "this file should not compile"
|
||||
|
Reference in New Issue
Block a user