aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/posts/cpp-you-can-use-keywords-in-attributes
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-03-02 20:21:49 +0900
committernsfisis <nsfisis@gmail.com>2022-03-02 20:21:49 +0900
commit80a0076402d1e6d6bde6c2f9fb78e1eb285ea500 (patch)
treeb46e0de2f3199d9d2afcc4fd28980ada94d64c31 /docs/posts/cpp-you-can-use-keywords-in-attributes
parent0ecfd8dbc7a798d8fa58219d84387b6b30d4a2f4 (diff)
downloadnsfisis.github.io-80a0076402d1e6d6bde6c2f9fb78e1eb285ea500.tar.gz
nsfisis.github.io-80a0076402d1e6d6bde6c2f9fb78e1eb285ea500.tar.zst
nsfisis.github.io-80a0076402d1e6d6bde6c2f9fb78e1eb285ea500.zip
enable hasCJKLanguage
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.html4
1 files changed, 1 insertions, 3 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 21411bc..d2967fd 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
@@ -7,9 +7,7 @@
<title>[C&#43;&#43;] 属性構文の属性名にはキーワードが使える [[void]] [[for]] - REPL: Rest-Eat-Program Loop</title>
- <meta name="description" content="この記事は Qiita から移植してきたものです。 元 URL: https://qiita.com/nsfisis/items/94090937bcf860cfa93b
- タイトル落ち。まずはこのコードを見て欲しい。
-#include &lt;iostream&gt; [[alignas]] [[alignof]] [[and]] [[and_eq]] [[asm]] [[auto]] [[bitand]] [[bitor]] [[bool]] [[break]] [[case]] [[catch]] [[char]] [[char16_t]] [[char32_t]] [[class]] [[compl]] [[const]] [[const_cast]] [[constexpr]] [[continue]] [[decltype]] [[default]] [[delete]] [[do]] [[double]] [[dynamic_cast]] [[else]] [[enum]] [[explicit]] [[export]] [[extern]] [[false]] [[final]] [[float]] [[for]] [[friend]] [[goto]] [[if]] [[inline]] [[int]] [[long]] [[mutable]] [[namespace]] [[new]] [[noexcept]] [[not]] [[not_eq]] [[nullptr]] [[operator]] [[or]] [[or_eq]] [[override]] [[private]] [[protected]] [[public]] [[register]] [[reinterpret_cast]] [[return]] [[short]] [[signed]] [[sizeof]] [[static]] [[static_assert]] [[static_cast]] [[struct]] [[switch]] [[template]] [[this]] [[thread_local]] [[throw]] [[true]] [[try]] [[typedef]] [[typeid]] [[typename]] [[union]] [[unsigned]] [[virtual]] [[void]] [[volatile]] [[wchar_t]] [[while]] [[xor]] [[xor_eq]] // [[using]] int main() { std::cout &lt;&lt; &#34;Hello, World!">
+ <meta name="description" content="この記事は Qiita から移植してきたものです。 元 URL: https://qiita.com/nsfisis/items/94090937bcf860cfa93b タイトル落ち。まずはこのコードを見て欲しい。 #include &lt;iostream&gt; [[alignas]] [[alignof]] [[and]] [[and_eq]] [[asm]] [[auto]] [[bitand]] [[bitor]] [[bool]] [[break]] [[case]] [[catch]] [[char]] [[char16_t]] [[char32_t]] [[class]] [[compl]] [[const]] [[const_cast]] [[constexpr]] [[continue]] [[decltype]] [[default]] [[delete]]">
<meta name="author" content="">
<link href="https://blog.nsfisis.dev/an-old-hope.min.css" rel="stylesheet">