[libcxx-commits] [PATCH] D58582: Implement deduction guides for <set>
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 4 18:40:43 PST 2019
EricWF requested changes to this revision.
EricWF added a comment.
This revision now requires changes to proceed.
Could you please specify what paper you're implementing in the description?
================
Comment at: test/std/containers/associative/set/set.cons/deduct.pass.cpp:43
+int main(int, char**)
+{
+ {
----------------
`clang-format` any new files please.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58582/new/
https://reviews.llvm.org/D58582
More information about the libcxx-commits
mailing list