You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default layout for std::nullopt_t is currently fixed_size_layout, which provides a value_type defined as std::optional<std::nullopt_t>. This type cannot be used as it triggers some static assertions from std::optional header.
The text was updated successfully, but these errors were encountered:
The default layout for
std::nullopt_t
is currentlyfixed_size_layout
, which provides avalue_type
defined asstd::optional<std::nullopt_t>
. This type cannot be used as it triggers some static assertions fromstd::optional
header.The text was updated successfully, but these errors were encountered: