[libcxx-commits] [PATCH] D58945: Fix ABI compatibility of `<stdexcept>` with VCRuntime.

Tom Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 6 12:04:28 PST 2019


thomasanderson added inline comments.


================
Comment at: src/support/runtime/stdexcept_default.ipp:49
+
+runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT
+: __imp_(le.__imp_)
----------------
copy-paste error: s/le/re


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

https://reviews.llvm.org/D58945





More information about the libcxx-commits mailing list