Celmin recommends consistency

This commit is contained in:
Charles Dang 2020-11-27 15:27:03 +11:00
parent 615d919a8d
commit 73cf92a1bb

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