mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
comment typeo fix
This commit is contained in:
committed by
GitHub
parent
3ec5a2b573
commit
0d0211e4d5
@@ -687,7 +687,7 @@ namespace std{ using ::type_info; }
|
|||||||
# define BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS
|
# define BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Lack of defaulted moves is implied by the lack of either rvalue references or any dafaulted functions
|
// Lack of defaulted moves is implied by the lack of either rvalue references or any defaulted functions
|
||||||
#if !defined(BOOST_NO_CXX11_DEFAULTED_MOVES) && (defined(BOOST_NO_CXX11_DEFAULTED_FUNCTIONS) || defined(BOOST_NO_CXX11_RVALUE_REFERENCES))
|
#if !defined(BOOST_NO_CXX11_DEFAULTED_MOVES) && (defined(BOOST_NO_CXX11_DEFAULTED_FUNCTIONS) || defined(BOOST_NO_CXX11_RVALUE_REFERENCES))
|
||||||
# define BOOST_NO_CXX11_DEFAULTED_MOVES
|
# define BOOST_NO_CXX11_DEFAULTED_MOVES
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user