commit | d59a0321c2116cf402988d987060ea18722a78dd | [log] [tgz] |
---|---|---|
author | Eric Fiselier <eric@efcs.ca> | Wed Apr 08 18:00:13 2020 -0400 |
committer | Eric Fiselier <eric@efcs.ca> | Wed Apr 08 18:00:13 2020 -0400 |
tree | d981a3c4ea94b7dd4c74c897e34cf18cfc79b285 | |
parent | dfb4badc5c40bce2d5ed0e6587694d82f6db4e5d [diff] [blame] |
[libcxx] Adds [concept.same] Patch from Christopher Di Bella (cjdb@google.com) Reviewed as https://reviews.llvm.org/D74291 Adds `std::same_as` to libc++. Since there aren't clang-format rules for //requires-expressions//, I'll need to disable the formatter in certain areas. Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/llvm/llvm-project Cr-Mirrored-Commit: 601f7631827ae6ac08117a282c83a62b67dedf48
diff --git a/include/module.modulemap b/include/module.modulemap index 535785b..fb6705c 100644 --- a/include/module.modulemap +++ b/include/module.modulemap
@@ -267,6 +267,10 @@ header "complex" export * } + module concepts { + header "concepts" + export * + } module condition_variable { header "condition_variable" export *