[PATCH] D26110: Add a check for GCC to the _LIBCPP_EXPLICIT define

2016-11-18 Thread Michael Daniels via cfe-commits
mdaniels added a comment. I don't have commit access, could I trouble someone to do it on my behalf? https://reviews.llvm.org/D26110 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D26186: Allow using libsupc++ with LIBCXX_ENABLE_STATIC_ABI_LIBRARY

2016-11-18 Thread Michael Daniels via cfe-commits
mdaniels added a comment. I don't have commit access, could I trouble someone to do it on my behalf? https://reviews.llvm.org/D26186 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D16344: [libcxx] Fix PR26103 - Error calling is_convertible with incomplete type

2016-01-25 Thread Michael Daniels via cfe-commits
mdaniels added a comment. I dont have commit access, so if the change still looks good, and someone is feeling generous.. :) http://reviews.llvm.org/D16344 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailma

Re: [PATCH] D16344: [libcxx] Fix PR26103 - Error calling is_convertible with incomplete type

2016-01-22 Thread Michael Daniels via cfe-commits
mdaniels updated this revision to Diff 45685. http://reviews.llvm.org/D16344 Files: include/type_traits test/std/utilities/meta/meta.rel/is_convertible.pass.cpp Index: test/std/utilities/meta/meta.rel/is_convertible.pass.cpp ===