File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 127
127
#endif
128
128
129
129
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
132
132
#endif
133
133
134
134
Original file line number Diff line number Diff line change @@ -816,7 +816,7 @@ struct optional_uses_direct_storage_for
816
816
} // namespace optional_config
817
817
818
818
819
- #ifndef BOOST_OPTIONAL_DETAIL_NO_DIRECT_STORAE_SPEC
819
+ #ifndef BOOST_OPTIONAL_DETAIL_NO_DIRECT_STORAGE_SPEC
820
820
# define BOOST_OPTIONAL_BASE_TYPE (T ) boost::conditional< optional_config::optional_uses_direct_storage_for<T>::value, \
821
821
optional_detail::tc_optional_base<T>, \
822
822
optional_detail::optional_base<T> \
You can’t perform that action at this time.
0 commit comments