[libcxx-commits] [PATCH] D113161: [libc++] Implement P1989R2: range constructor for string_view

Matheus Izvekov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Nov 21 17:06:56 PST 2021


mizvekov added a comment.

By the way, the issues you see with concepts here are related to the cache, and how invalidation is not implemented.

There used to be an option to disable the cache, `-fno-concept-satisfaction-caching`, but the driver part that controlled it seems to be gone. See https://github.com/llvm/llvm-project/commit/ce8c59e6af487f0b8786ae921aa926341f0ae04f#r60652681
The LangOpts is still there though....


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113161/new/

https://reviews.llvm.org/D113161



More information about the libcxx-commits mailing list