[libcxx-commits] [libcxx] [libcxxabi] [libc++] P3247R2: Deprecate `is_trivial(_v)` (PR #130573)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 10 06:49:12 PDT 2025
================
@@ -10,26 +10,34 @@
#include <type_traits>
#include "test_macros.h"
-// XFAIL: c++03, c++11, c++14
+// REQUIRES: std-at-least-c++17
// std::byte is not an integer type, nor a character type.
-// It is a distinct type for accessing the bits that ultimately make up object storage.
+// It is a distinct scoped enumeration type for accessing the bits that ultimately make up object storage.
----------------
philnik777 wrote:
Let's do the refactoring in a separate patch. Otherwise it's really not clear which parts are just refactoring and which parts are actually related to the paper.
https://github.com/llvm/llvm-project/pull/130573
More information about the libcxx-commits
mailing list