diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-04-23 23:49:57 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-04-23 23:49:57 +0900 |
| commit | 13b78dc0d6b1795f77592be8c0d3212a0c63e173 (patch) | |
| tree | 64e6b97c1f888013b3be27315f592093f9cc001d /docs/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes | |
| parent | 470b6afdb02fbd87a09d526784dd19b30852a6a2 (diff) | |
| download | nsfisis.github.io-13b78dc0d6b1795f77592be8c0d3212a0c63e173.tar.gz nsfisis.github.io-13b78dc0d6b1795f77592be8c0d3212a0c63e173.tar.zst nsfisis.github.io-13b78dc0d6b1795f77592be8c0d3212a0c63e173.zip | |
regenerate
Diffstat (limited to 'docs/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes')
| -rw-r--r-- | docs/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html b/docs/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html index d3a9114..d04823b 100644 --- a/docs/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html +++ b/docs/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html @@ -32,6 +32,10 @@ <header class="post-header"> <h1 class="post-title">[C++] 属性構文の属性名にはキーワードが使える [[void]] [[for]]</h1> <div class="post-meta">2021-10-02</div> + <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> </header> <div class="post-content"><p>この記事は Qiita から移植してきたものです。 元 URL: <a href="https://qiita.com/nsfisis/items/94090937bcf860cfa93b">https://qiita.com/nsfisis/items/94090937bcf860cfa93b</a></p> @@ -103,12 +107,6 @@ $ 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"> <span>© 2022 <a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></span> |
