Unverified Commit b9915ad4 authored by Louis Dionne's avatar Louis Dionne Committed by GitHub
Browse files

[libc++] Properly detect whether C++20 modules are supported by the compiler (#94275)

It is possible for a compiler to support the warning without being able
to compile `export module foo;`, so use that in addition to the warning
to check whether C++20 modules are supported.
parent b62b7a42
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment