[PATCH] D28212: typeinfo: provide a partial implementation for Win32
Eric Fiselier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 6 12:22:36 PST 2017
EricWF added a comment.
This isn't applying against master. Could you rebase?
================
Comment at: include/typeinfo:109
protected:
+#if defined(_LIBCPP_HAS_MS_ABI_TYPEINFO)
+#else
----------------
Don't we need a constructor here?
Repository:
rL LLVM
https://reviews.llvm.org/D28212
More information about the cfe-commits
mailing list