summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-05-06 00:20:40 +0900
committernsfisis <nsfisis@gmail.com>2025-05-06 00:20:40 +0900
commitd8c7e198e4338be30a33909666083154056eedba (patch)
tree0c1c70f3f6d90dec91f9808506f14b732a451ff0 /vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html
parentbcca40d0e7a9ddf0a487cb2b0c9819f332ac73f2 (diff)
downloadnsfisis.dev-d8c7e198e4338be30a33909666083154056eedba.tar.gz
nsfisis.dev-d8c7e198e4338be30a33909666083154056eedba.tar.zst
nsfisis.dev-d8c7e198e4338be30a33909666083154056eedba.zip
feat(blog/nuldoc): fix processing of tight list
Diffstat (limited to 'vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html')
-rw-r--r--vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html b/vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html
index 16c466ba..52cb5a45 100644
--- a/vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html
+++ b/vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html
@@ -118,9 +118,7 @@
<blockquote>
<ul>
<li>
- <p>
- the identifiers that are keywords cannot be used for other purposes;
- </p>
+ the identifiers that are keywords cannot be used for other purposes;
<ul>
<li>
The only place they can be used as non-keywords is in an attribute-token. (e.g. [[private]] is a valid attribute) (since C++11)