This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Fix macOS Sierra build issues by declaring basic_string(const allocator_type& __a) noexcept.
Needs ReviewPublic

Authored by EtherTyper on Jul 10 2016, 9:51 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None

Diff Detail

Repository
rL LLVM

Event Timeline

EtherTyper updated this revision to Diff 63429.Jul 10 2016, 9:51 AM
EtherTyper retitled this revision from to [libc++] Fix macOS Sierra build issues by declaring basic_string(const allocator_type& __a) noexcept..
EtherTyper updated this object.
EtherTyper set the repository for this revision to rL LLVM.
EtherTyper changed the edit policy from "All Users" to "Administrators".
EtherTyper added a subscriber: cfe-commits.
bruno added a subscriber: bruno.Jul 18 2016, 10:58 AM

Hi,

Can you provide more details on what the build issues are? It seems that the line you introduce is covered in the ifdef below, wonder why it's not triggering in your build?