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
CHECK_IS_CONSTEXPR is confusingly close to CONSTEXPR_CHECK.
CHECK_IS_CONSTEXPR vs REQUIRE_IS_CONSTEXPR? It's a compile-time check, so there can't be a difference between the two, yet it would feel imbalanced to have just one. Define both to be the same?
See #60 (comment).
Use case:
Issues:
CHECK_IS_CONSTEXPR
is confusingly close toCONSTEXPR_CHECK
.CHECK_IS_CONSTEXPR
vsREQUIRE_IS_CONSTEXPR
? It's a compile-time check, so there can't be a difference between the two, yet it would feel imbalanced to have just one. Define both to be the same?Proposed implementation:
The text was updated successfully, but these errors were encountered: