From ccbc91c23393ad9754e1019c4ce5853cf5c8a8e3 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Thu, 11 Jul 2024 10:11:27 -0500 Subject: Add support for the `counted_by` attribute This is a new attribute released in GCC 15 and clang 18. It isn't supported in C++ compilers at the moment. --- docs/markdown/Reference-tables.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/markdown/Reference-tables.md') diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 9ac24a43c..4a3bf288b 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -297,6 +297,7 @@ which are supported by GCC, Clang, and other compilers. | const | | constructor | | constructor_priority | +| counted_by⁸ | | deprecated | | destructor | | error | @@ -352,6 +353,8 @@ which are supported by GCC, Clang, and other compilers. ⁷ *New in 1.5.0* +⁸ *New in 1.10.0* + ### MSVC __declspec These values are supported using the MSVC style `__declspec` annotation, -- cgit v1.2.3