Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 294 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 294 Bytes

Basic Setup for c++20 Modules.

  • VSCode Support with clangd
  • STL Modules (import std)

Notes

clangd: Restart language server needs to be invoked frequently when structural changes are being made.

Requirements

  • CMake > 3.30
  • ninja Generator

Linux

  • clang compiler
  • libc++