This commit is contained in:
Charles Dang 2020-11-27 15:58:31 +11:00
parent 73cf92a1bb
commit 686437c80d

View file

@ -33,7 +33,7 @@ using std::nullopt;
using boost::optional;
// Create a new nullopt object equivalent to boost::none to match the STL interface
static inline const boost::none_t nullopt{boost::none_t::init_tag{}};
static const boost::none_t nullopt{boost::none_t::init_tag{}};
#endif
} // end namespace utils