We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e452a commit 255e72fCopy full SHA for 255e72f
2 files changed
include/boost/optional/detail/optional_config.hpp
@@ -127,8 +127,8 @@
127
#endif
128
129
130
-#ifdef BOOST_OPTIONAL_CONFIG_NO_DIRECT_STORAE_SPEC
131
-# define BOOST_OPTIONAL_DETAIL_NO_DIRECT_STORAE_SPEC
+#ifdef BOOST_OPTIONAL_CONFIG_NO_DIRECT_STORAGE_SPEC
+# define BOOST_OPTIONAL_DETAIL_NO_DIRECT_STORAGE_SPEC
132
133
134
include/boost/optional/optional.hpp
@@ -816,7 +816,7 @@ struct optional_uses_direct_storage_for
816
} // namespace optional_config
817
818
819
-#ifndef BOOST_OPTIONAL_DETAIL_NO_DIRECT_STORAE_SPEC
+#ifndef BOOST_OPTIONAL_DETAIL_NO_DIRECT_STORAGE_SPEC
820
# define BOOST_OPTIONAL_BASE_TYPE(T) boost::conditional< optional_config::optional_uses_direct_storage_for<T>::value, \
821
optional_detail::tc_optional_base<T>, \
822
optional_detail::optional_base<T> \
0 commit comments