[tests/CMakeLists.txt#L33](https://github.com/acd1034/monadic-parser-combinator/blob/8f7191650faadfd95e5fe451c9ee32f462ceb685/tests/CMakeLists.txt#L33) Clangでlibc++を使うために、Clangのときは `-stdlib=libc++` オプションを付けている。 しかし、これはCmakeListsで設定すべきことではなく、ユーザーがcmakeコマンドを実行するときに指定すべきである。 - [ ] Study the proper way to set Clang to use `-stdlib=libc++`
tests/CMakeLists.txt#L33
Clangでlibc++を使うために、Clangのときは
-stdlib=libc++オプションを付けている。しかし、これはCmakeListsで設定すべきことではなく、ユーザーがcmakeコマンドを実行するときに指定すべきである。
-stdlib=libc++