[libcxx-commits] [PATCH] D119861: [libc++] [test] Remove `using std::{make_, }optional` from the optional tests

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 15 10:11:51 PST 2022


Quuxplusone created this revision.
Quuxplusone added reviewers: ldionne, Mordante, philnik, var-const, jloser, libc++.
Quuxplusone added a project: libc++.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added 1 blocking reviewer(s): libc++.

Drive-by remove some use of raw `new`, and expand test coverage a tiny bit, so this is //not// one of the purely mechanical changes bundled into D119860 <https://reviews.llvm.org/D119860>. (But I still don't expect this to be a controversial cleanup.)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119861

Files:
  libcxx/test/std/utilities/optional/optional.specalg/make_optional.pass.cpp
  libcxx/test/std/utilities/optional/optional.specalg/make_optional_explicit.pass.cpp
  libcxx/test/std/utilities/optional/optional.specalg/make_optional_explicit_initializer_list.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119861.408950.patch
Type: text/x-patch
Size: 6006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220215/28862071/attachment.bin>


More information about the libcxx-commits mailing list