[PATCH] D29063: [libcxx] Never use <cassert> within libc++

Asiri Rathnayake via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 24 04:56:40 PST 2017


Thanks for the lightening fast response :)

/ Asiri

On Tue, Jan 24, 2017 at 12:38 PM, Eric Fiselier via Phabricator via
cfe-commits <cfe-commits at lists.llvm.org> wrote:

> EricWF added a comment.
>
> It seems like weird usages of `_LIBCPP_ASSERT` in `<string_view>` are
> causing this problem.
> Specifically the usages in `<string_view>` attempt to use `_LIBCPP_ASSERT`
> in C++11 constexpr functions and this currently does not work.
>
> For now I've reverted this change in r292923.
>
>
> https://reviews.llvm.org/D29063
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170124/c94674d7/attachment.html>


More information about the cfe-commits mailing list