[libcxx-commits] [PATCH] D84275: [Libcxx] Finish implementing Paper 0202R3
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 14 14:03:09 PDT 2020
ldionne added a comment.
For the record, I tested this in all standard modes using
for std in c++11 c++14 c++17 c++2a; do ninja -C build check-cxx-deps && ./build/bin/llvm-lit -sv libcxx/test/std/algorithms --param std=$std; done
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84275/new/
https://reviews.llvm.org/D84275
More information about the libcxx-commits
mailing list