diff options
| -rw-r--r-- | services/blog/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.dj | 2 | ||||
| -rw-r--r-- | services/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/services/blog/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.dj b/services/blog/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.dj index 94690092..953b9363 100644 --- a/services/blog/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.dj +++ b/services/blog/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.dj @@ -50,7 +50,7 @@ posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin ``` -コンパイルコマンド (C17指定) +コンパイルコマンド (C++17 指定) ``` $ clang –std=c++17 hoge.cpp diff --git a/services/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html b/services/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html index 17939d12..14c50d4b 100644 --- a/services/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html +++ b/services/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html @@ -105,7 +105,7 @@ <span class="line"><span>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin</span></span></code></pre> </div> <p> - コンパイルコマンド (C17指定) + コンパイルコマンド (C++17 指定) </p> <div class="codeblock"> <pre class="shiki github-light" style="background-color:#f5f5f5;color:#24292e" tabindex="0"><code><span class="line"><span>$ clang –std=c++17 hoge.cpp</span></span></code></pre> |
