[libcxx-commits] [PATCH] D68756: [libc++][test] Change IsSmallObject's calculation for std::any's small object buffer

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 10 01:44:52 PDT 2019


EricWF accepted this revision.
EricWF added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/test/support/any_helpers.h:30
   {};

 template <class T>
 bool containsType(std::any const& a) {
----------------
LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68756





More information about the libcxx-commits mailing list