[libcxx-commits] [PATCH] D126738: [libc++][NFC] Inline the definition of ~basic_ios()

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 7 13:26:38 PDT 2022


philnik added a comment.

@ayzhao I think using `virtual ~basic_ios() {}` should work. I think I'm missing something in how `[[gnu::visibility("hidden")]]`, `[[clang::exclude_from_explicit_instantiation]]` and `= default` interact. Sorry for the confusion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126738



More information about the libcxx-commits mailing list