Hi, I tested the type_traits patch and it solved a bunch of these errors:
Error 1 error C2681: 'add_rvalue_reference<_Tp*>::type' : invalid expression type for dynamic_cast c:\libcxx\include\type_traits 958 1 cxx So it LGTM. Due to the defined(_LIBCPP_MSVC) this change will affect libcxx only when building with Visual C++, the patch is safe. Yaron 2014-02-08 8:09 GMT+02:00 G M <[email protected]>: > Hi Everyone > > See these commits from me (G M) regarding libcxx type_traits and new patch > etc. > > > http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140106/date.html > > Could someone comment and/or commit them for me. > Thanks > >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
