This is an archive of the discontinued LLVM Phabricator instance.

Give regex_traits::__regex_word a proper definition.
AbandonedPublic

Authored by ajwong on Mar 4 2013, 3:25 PM.

Details

Reviewers
None
Summary

Give regex_traits::regex_word a proper definition.
Without this, libcxx can fail to link because
regex_word will not have
storage allocated for it.

Diff Detail

Event Timeline

ajwong updated this revision to Unknown Object (????).Mar 4 2013, 4:08 PM

Move constant specifier back to declaration.

ajwong abandoned this revision.Jun 28 2014, 2:03 AM