[libcxx] r293154 - Use the new __has_feature(cxx_constexpr_string_builtins) for detection of the C-string intrinsics for constexpr support in std::char_traits. Thanks to Richard for the intrisic support.

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 26 06:08:08 PST 2017


On Wed, Jan 25, 2017 at 10:58 PM, Marshall Clow via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> Author: marshall
> Date: Thu Jan 26 00:58:29 2017
> New Revision: 293154
>
> URL: http://llvm.org/viewvc/llvm-project?rev=293154&view=rev
> Log:
> Use the new __has_feature(cxx_constexpr_string_builtins) for detection of
> the C-string intrinsics for constexpr support in std::char_traits. Thanks
> to Richard for the intrisic support.
>
> Modified:
>     libcxx/trunk/include/__config
>     libcxx/trunk/include/__string
>
>
Hans --

This should be merged to the 4.0 branch.
Thanks!

-- Marshall
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170126/907a122f/attachment.html>


More information about the cfe-commits mailing list