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
In particular, downstream projects are interested having default values . There are some constants that fall in this category and require a function to respect the style guide (static constexpr T are only allowed to trivially destructible types).
Victory condition: provide functions that return default constructed types that are non-trivially destructible.
The text was updated successfully, but these errors were encountered:
In particular, downstream projects are interested having default values . There are some constants that fall in this category and require a function to respect the style guide (
static constexpr T
are only allowed to trivially destructible types).Victory condition: provide functions that return default constructed types that are non-trivially destructible.
The text was updated successfully, but these errors were encountered: