This commit is contained in:
Charles Dang 2020-11-27 15:25:42 +11:00
parent e22865074c
commit 615d919a8d

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 inline const boost::none_t nullopt{boost::none_t::init_tag()};
#endif
} // end namespace utils