chromium / subspace

A concept-centered standard library for C++20, enabling safer and more reliable products and a more modern feel for C++ code.; Also home of Subdoc the code-documentation generator.
https://suslib.cc
Apache License 2.0
89 stars 15 forks source link

Remove CMake modmap files from command line in Subdoc #440

Closed danakj closed 10 months ago

danakj commented 10 months ago

This makes Subdoc work with compile_commands.json files generated by CMake 3.28, as long as no C++20 modules are actually used.

Fixes #437