1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CLion で C++17 を使う

Last updated at Posted at 2017-11-27

環境

  • macOS 10.13.1
  • CLion 2017.2

LLVM 5.0.0 のインストール

brew install llvm

CMake オプションでコンパイラを指定する

Screen Shot 2017-11-27 at 23.32.38.png Screen Shot 2017-11-27 at 23.33.02.png

C++17 を有効にする

set(CMAKE_CXX_STANDARD 17)CMakeList.txt に記載。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?