[libcxx-commits] [PATCH] D65667: [libcxx] Early-initialize error_category singletons

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 2 17:22:34 PDT 2019


EricWF added a comment.

I think a better fix would be to apply `[[clang::no_destroy]]` to the category variable definitions instead.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D65667





More information about the libcxx-commits mailing list