mirror of
https://github.com/boostorg/optional.git
synced 2025-07-25 18:17:16 +02:00
fixed preprocessor typeo
This commit is contained in:
@ -682,7 +682,7 @@ class optional : public optional_detail::optional_base<T>
|
|||||||
#if BOOST_WORKAROUND(_MSC_VER, <= 1600)
|
#if BOOST_WORKAROUND(_MSC_VER, <= 1600)
|
||||||
// On old MSVC compilers the implicitly declared dtor is not called
|
// On old MSVC compilers the implicitly declared dtor is not called
|
||||||
~optional() {}
|
~optional() {}
|
||||||
#else
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if !defined(BOOST_OPTIONAL_NO_INPLACE_FACTORY_SUPPORT) && !defined(BOOST_OPTIONAL_WEAK_OVERLOAD_RESOLUTION)
|
#if !defined(BOOST_OPTIONAL_NO_INPLACE_FACTORY_SUPPORT) && !defined(BOOST_OPTIONAL_WEAK_OVERLOAD_RESOLUTION)
|
||||||
|
Reference in New Issue
Block a user