[libcxx-commits] [PATCH] D100737: [libc++] Fix some typos and remove unused macros. NFCI.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 19 07:01:41 PDT 2021


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

LGTM after fixing the test and making sure CI is green. Thanks!



================
Comment at: libcxx/test/std/containers/sequences/list/list.capacity/resize_size.pass.cpp:36
     }
-#ifdef __LIBCPP_MOVE
     {
----------------
This test will need to be fixed in C++03.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100737



More information about the libcxx-commits mailing list