From 6c06ea50fff535ebf8f53f537800699a8f37c831 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 6 Apr 2024 13:06:31 +0200 Subject: Use clang::__flag_enum__ instead of clang::flag_enum --- include/unicode/prop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/unicode/prop.h b/include/unicode/prop.h index 25bffe7..7325c8b 100644 --- a/include/unicode/prop.h +++ b/include/unicode/prop.h @@ -5,7 +5,7 @@ #include "__rune.h" -enum [[clang::flag_enum]] uprop_gc : uint_fast32_t { +enum [[clang::__flag_enum__]] uprop_gc : uint_fast32_t { GC_CN = UINT32_C(1) << 0, /* Not Assigned */ GC_CC = UINT32_C(1) << 1, /* Control */ GC_CF = UINT32_C(1) << 2, /* Format */ -- cgit v1.2.3