Fixup attempt 2

This commit is contained in:
Charles Dang 2020-11-27 13:49:03 +11:00
parent 7b800082db
commit cbb98cea26

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
constexpr boost::none_t nullopt;
static const boost::none_t nullopt;
#endif
} // end namespace utils