Skip to content

clang++

-std

  • Set the C++ Version
clang++ \
  -std=c++20 \
  main.cpp