@@ -72,6 +72,24 @@ A type M meets the layout mapping requirements if
Constant expressions can surely be obtained without throwing exceptions.
+ ++Set priority to 3 after reflector poll. +
++Use if consteval may lead to exception thrown from invocation +of is_always_meow, when evaluated at runtime. +
++Design intent was for is_always_meow functions to always +produce value at compile time. Layout requirements may need to be updated. +
+
+Separately,
@@ -71,6 +71,19 @@ This inconsistency was noticed while fixing PR121061 and these changes have been applied to all layout mappings implemented in libstdc++.
+ ++Set priority to 2 after reflector poll. +
++The resolution bypasses extents_type::index-cast that would +validate if input value is representable. +
++We should require convertibility without regard to const and +value category. +