[PATCH] D29401: Fix MSVC Compatibility around dependent type with missing 'typename'

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 16 13:35:28 PST 2017


erichkeane added a comment.

Well hmm... changing this from MSVC to always caused a ton of regressions.  I no longer think that this is a proper patch as it sits.  Additionally, it doesn't fix the A<T>::TYPE *var3 condition.


https://reviews.llvm.org/D29401





More information about the cfe-commits mailing list