config: fixed bad name

This commit is contained in:
Andrzej Krzemieński
2015-10-20 16:02:04 +02:00
parent 7138a16680
commit 7396e4051b

View File

@ -87,11 +87,11 @@
// preferring perfect-forwarding constructor to implicit copy constructor. // preferring perfect-forwarding constructor to implicit copy constructor.
# if (__GNUC__ == 4 && __GNUC_MINOR__ == 4) # if (__GNUC__ == 4 && __GNUC_MINOR__ == 4)
# define BOOST_OPTIONAL_CONFIG_NO_PROPER_CONVERT_FROM_CONST_INT # define BOOST_OPTIONAL_CONFIG_NO_LEGAL_CONVERT_FROM_REF
# endif # endif
# if (__GNUC__ == 4 && __GNUC_MINOR__ == 5) # if (__GNUC__ == 4 && __GNUC_MINOR__ == 5)
# define BOOST_OPTIONAL_CONFIG_NO_PROPER_CONVERT_FROM_CONST_INT # define BOOST_OPTIONAL_CONFIG_NO_LEGAL_CONVERT_FROM_REF
# endif # endif
#endif // defined(__GNUC__) #endif // defined(__GNUC__)