Fixed spelling mistake in macros

This commit is contained in:
Andrzej Krzemienski
2017-11-07 22:00:59 +01:00
parent 5b6f4be434
commit fb54ee1741
2 changed files with 3 additions and 3 deletions

View File

@ -816,7 +816,7 @@ struct optional_uses_direct_storage_for
} // 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, \
optional_detail::tc_optional_base<T>, \
optional_detail::optional_base<T> \