[PATCH] D28212: typeinfo: provide a partial implementation for Win32

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 7 13:43:27 PST 2017


compnerd added inline comments.


================
Comment at: include/typeinfo:109
 protected:
+#if defined(_LIBCPP_HAS_MS_ABI_TYPEINFO)
+#else
----------------
EricWF wrote:
> Don't we need a constructor here?
No, we do not need a constructor since the emitted object is already a well formed object instance.


Repository:
  rL LLVM

https://reviews.llvm.org/D28212





More information about the cfe-commits mailing list