https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99000
--- Comment #16 from d7d1cd <d7d1cd at mail dot ru> --- (In reply to Patrick Palka from comment #13) > I forgot to mention you need to use `--compile-std-module` or otherwise > manually compile the `<bits/stdc++.h>` as a header unit beforehand in order > for the translation to happen. I still haven't figured out how to use this flag. Here's an example; it doesn't compile (even though CMake tries to compile standard library modules and fails): https://godbolt.org/z/G3Gv6sK1s. Please show me how to use this flag correctly.
