diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-03-02 20:17:25 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-03-02 20:17:25 +0900 |
| commit | 1630f564cd0cd20440b38c142bdee70e99d15175 (patch) | |
| tree | ab762db68f40b05d0574f58c87795fc87f8877f4 /docs/posts/cpp-you-can-use-keywords-in-attributes | |
| parent | a4a72de9af0d0a6d17944f847a4d5fed2b05d2a7 (diff) | |
| download | nsfisis.github.io-1630f564cd0cd20440b38c142bdee70e99d15175.tar.gz nsfisis.github.io-1630f564cd0cd20440b38c142bdee70e99d15175.tar.zst nsfisis.github.io-1630f564cd0cd20440b38c142bdee70e99d15175.zip | |
attach tags to each post
Diffstat (limited to 'docs/posts/cpp-you-can-use-keywords-in-attributes')
| -rw-r--r-- | docs/posts/cpp-you-can-use-keywords-in-attributes/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/posts/cpp-you-can-use-keywords-in-attributes/index.html b/docs/posts/cpp-you-can-use-keywords-in-attributes/index.html index 874ddcb..21411bc 100644 --- a/docs/posts/cpp-you-can-use-keywords-in-attributes/index.html +++ b/docs/posts/cpp-you-can-use-keywords-in-attributes/index.html @@ -156,6 +156,12 @@ $ clang++ –std=c++17 hoge.cpp</p> <p>「<code>identifier</code> の構文上の要件を満たさないような代替トークン」はこれらが当てはまると思われる。</p> <p>調べた感想: 字句解析器か構文解析器が辛そう</p> </div> + <footer class="post-footer"> + <ul class="post-tags"> + <li><a href="https://blog.nsfisis.dev/tags/cpp">cpp</a></li> + <li><a href="https://blog.nsfisis.dev/tags/cpp17">cpp17</a></li> + </ul> + </footer> </article></main> <footer class="footer"> |
