選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
159B

  1. {
  2. "compiler_id": "gnu",
  3. "c_compiler": "gcc-9",
  4. "cxx_compiler": "g++-9",
  5. "cxx_version": "c++17",
  6. "cxx_flags": [
  7. "-fconcepts"
  8. ]
  9. }