Skip to content

Commit

Permalink
! /brief for a nullptr is deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
mozga-intel committed Sep 20, 2021
1 parent 6a2d1ee commit 46ad95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dmlc/optional.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct nullopt_t {
#endif
};

/*! \brief Assign null to optional: optional<T> x = nullopt; */
/*! Assign null to optional: optional<T> x = nullopt; */
constexpr const nullopt_t nullopt = nullopt_t(0);
/*! \brief C++14 aliases */
template <typename T> using decay_t = typename std::decay<T>::type;
Expand Down

0 comments on commit 46ad95b

Please sign in to comment.