[libcxx-commits] [PATCH] D70617: Add default initialization to compressed_pair.
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 12 11:38:33 PST 2019
EricWF added inline comments.
================
Comment at: libcxx/test/std/memory/compressed_pair/compressed_pair.pass.cpp:1
+//===----------------------------------------------------------------------===//
+//
----------------
This needs to go under `test/libcxx` because it's libc++ specific.
================
Comment at: libcxx/test/std/memory/nothing_to_do.pass.cpp:1
+//===----------------------------------------------------------------------===//
+//
----------------
Remove this file completely.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70617/new/
https://reviews.llvm.org/D70617
More information about the libcxx-commits
mailing list