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 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
Original file line number Diff line number Diff 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> \
You can’t perform that action at this time.
0 commit comments