mirror of
https://github.com/boostorg/optional.git
synced 2025-07-30 20:47:18 +02:00
Fixed spelling mistake in macros
This commit is contained in:
@ -127,8 +127,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef BOOST_OPTIONAL_CONFIG_NO_DIRECT_STORAE_SPEC
|
#ifdef BOOST_OPTIONAL_CONFIG_NO_DIRECT_STORAGE_SPEC
|
||||||
# define BOOST_OPTIONAL_DETAIL_NO_DIRECT_STORAE_SPEC
|
# define BOOST_OPTIONAL_DETAIL_NO_DIRECT_STORAGE_SPEC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -816,7 +816,7 @@ struct optional_uses_direct_storage_for
|
|||||||
} // namespace optional_config
|
} // namespace optional_config
|
||||||
|
|
||||||
|
|
||||||
#ifndef BOOST_OPTIONAL_DETAIL_NO_DIRECT_STORAE_SPEC
|
#ifndef BOOST_OPTIONAL_DETAIL_NO_DIRECT_STORAGE_SPEC
|
||||||
# define BOOST_OPTIONAL_BASE_TYPE(T) boost::conditional< optional_config::optional_uses_direct_storage_for<T>::value, \
|
# define BOOST_OPTIONAL_BASE_TYPE(T) boost::conditional< optional_config::optional_uses_direct_storage_for<T>::value, \
|
||||||
optional_detail::tc_optional_base<T>, \
|
optional_detail::tc_optional_base<T>, \
|
||||||
optional_detail::optional_base<T> \
|
optional_detail::optional_base<T> \
|
||||||
|
Reference in New Issue
Block a user