diff options
Diffstat (limited to 'docs/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html')
| -rw-r--r-- | docs/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html | 16 |
1 files changed, 13 insertions, 3 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 7ea5a28..b423988 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 @@ -31,13 +31,22 @@ <article class="post-single"> <header class="post-header"> <h1 class="post-title">[C++] 属性構文の属性名にはキーワードが使える [[void]] [[for]]</h1> - <div class="post-meta">2021-10-02</div> + <div class="post-meta"> + Posted on <time>2021-10-02</time> + </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 から移植してきたものです。 + <div class="post-content"> + <section> + <h1>更新履歴</h1> + <ul> + <li>2021-10-02: Qiita から移植</li> + </ul> + </section> + <p>この記事は Qiita から移植してきたものです。 元 URL: <a href="https://qiita.com/nsfisis/items/94090937bcf860cfa93b">https://qiita.com/nsfisis/items/94090937bcf860cfa93b</a></p> <hr> <p>タイトル落ち。まずはこのコードを見て欲しい。</p> @@ -106,7 +115,8 @@ $ clang++ –std=c++17 hoge.cpp</p> </ul> <p>「<code>identifier</code> の構文上の要件を満たさないような代替トークン」はこれらが当てはまると思われる。</p> <p>調べた感想: 字句解析器か構文解析器が辛そう</p> -</div> + + </div> </article></main> <footer class="footer"> <span>© 2022 <a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></span> |
