Skip to content

Commit 255e72f

Browse files
committed
Fixed spelling mistake in macros
1 parent e9e452a commit 255e72f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

include/boost/optional/detail/optional_config.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@
127127
#endif
128128

129129

130-
#ifdef BOOST_OPTIONAL_CONFIG_NO_DIRECT_STORAE_SPEC
131-
# define BOOST_OPTIONAL_DETAIL_NO_DIRECT_STORAE_SPEC
130+
#ifdef BOOST_OPTIONAL_CONFIG_NO_DIRECT_STORAGE_SPEC
131+
# define BOOST_OPTIONAL_DETAIL_NO_DIRECT_STORAGE_SPEC
132132
#endif
133133

134134

include/boost/optional/optional.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ struct optional_uses_direct_storage_for
816816
} // namespace optional_config
817817

818818

819-
#ifndef BOOST_OPTIONAL_DETAIL_NO_DIRECT_STORAE_SPEC
819+
#ifndef BOOST_OPTIONAL_DETAIL_NO_DIRECT_STORAGE_SPEC
820820
# define BOOST_OPTIONAL_BASE_TYPE(T) boost::conditional< optional_config::optional_uses_direct_storage_for<T>::value, \
821821
optional_detail::tc_optional_base<T>, \
822822
optional_detail::optional_base<T> \

0 commit comments

Comments
 (0)