Celmin recommends consistency
This commit is contained in:
parent
615d919a8d
commit
73cf92a1bb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue