diff options
Diffstat (limited to 'docs/markdown/Reference-tables.md')
-rw-r--r-- | docs/markdown/Reference-tables.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 2a6868c..8b05d49 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -246,6 +246,7 @@ which are supported by GCC, Clang, and other compilers. | pure | | retainā“ | | returns_nonnull | +| sectionāµ | | unused | | used | | visibility* | @@ -268,6 +269,8 @@ which are supported by GCC, Clang, and other compilers. ā“ *New in 0.62.0* +āµ *New in 0.63.0* + ### MSVC __declspec These values are supported using the MSVC style `__declspec` annotation, |