[libcxx-commits] [PATCH] D68480: Implementation of C++20's P1135R6 for libcxx
Raphael Isemann via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 24 10:49:03 PST 2020
teemperor added inline comments.
================
Comment at: libcxx/include/module.modulemap:234
}
+ module barrier {
+ header "barrier"
----------------
Maybe I'm missing something here, but due to this submodule we are always parsing the barrier header even when building the module with a language standard < C++14. This means that everyone using C++11 is no longer able to use the 'std' Clang module after this commit. Is this intentional?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68480/new/
https://reviews.llvm.org/D68480
More information about the libcxx-commits
mailing list