I was reviewing the interface for the C++-17 std::optional class template and noticed that the reset and assignment from nullopt are not marked as constexpr.
Was this an oversight or is there a reason that this operation cannot be marked constexpr?