[libcxx-commits] [PATCH] D136196: [libc++][PMR] Move the pmr::memory_resource destructor into the dylib

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Oct 30 10:49:29 PDT 2022


EricWF added a comment.

So I'm not convinced that we actually emit this vtable. At least not outside of the users control.

Can you provide me with example code that would cause the vtable for this type to be omitted inline?
(without providing a derived class with an inline constructor)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136196



More information about the libcxx-commits mailing list