aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/posts/cpp-you-can-use-keywords-in-attributes/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/posts/cpp-you-can-use-keywords-in-attributes/index.html')
-rw-r--r--docs/posts/cpp-you-can-use-keywords-in-attributes/index.html16
1 files changed, 8 insertions, 8 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 e53832b..874ddcb 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
@@ -12,12 +12,12 @@
#include <iostream> [[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 << "Hello, World!">
<meta name="author" content="">
- <link href="https://nsfisis.github.io/an-old-hope.min.css" rel="stylesheet">
- <link href="https://nsfisis.github.io/style.css" rel="stylesheet">
- <link href="https://nsfisis.github.io/custom.css" rel="stylesheet">
+ <link href="https://blog.nsfisis.dev/an-old-hope.min.css" rel="stylesheet">
+ <link href="https://blog.nsfisis.dev/style.css" rel="stylesheet">
+ <link href="https://blog.nsfisis.dev/custom.css" rel="stylesheet">
- <link rel="apple-touch-icon" href="https://nsfisis.github.io/apple-touch-icon.png">
- <link rel="icon" href="https://nsfisis.github.io/favicon.ico">
+ <link rel="apple-touch-icon" href="https://blog.nsfisis.dev/apple-touch-icon.png">
+ <link rel="icon" href="https://blog.nsfisis.dev/favicon.ico">
<meta name="generator" content="Hugo 0.88.1" />
@@ -75,7 +75,7 @@
</script>
<header class="header">
<nav class="nav">
- <p class="logo"><a href="https://nsfisis.github.io">REPL: Rest-Eat-Program Loop</a></p>
+ <p class="logo"><a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></p>
</nav>
</header>
<main class="main">
@@ -159,13 +159,13 @@ $ clang++ &ndash;std=c++17 hoge.cpp</p>
</article></main>
<footer class="footer">
- <span>&copy; 2021 <a href="https://nsfisis.github.io">REPL: Rest-Eat-Program Loop</a></span>
+ <span>&copy; 2022 <a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></span>
<span>&middot;</span>
<span>Powered by <a href="https://gohugo.io/" rel="noopener" target="_blank">Hugo️️</a>️</span>
<span>&middot;</span>
<span>Theme️ <a href="https://github.com/nanxiaobei/hugo-paper" rel="noopener" target="_blank">Paper</a></span>
</footer>
-<script src="https://nsfisis.github.io/highlight.min.js"></script>
+<script src="https://blog.nsfisis.dev/highlight.min.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>