[PATCH] D26920: [libc++] Add validation to Stage 2 of num_get

Eric van Gyzen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 29 13:06:14 PST 2016


vangyzen updated this revision to Diff 79625.
vangyzen added a comment.
Herald added a subscriber: emaste.

Restore support for a sign character preceding a "nan"

I accidentally broke +nan and -nan.  Add unit test cases for these,
and update my change to support them.


https://reviews.llvm.org/D26920

Files:
  include/locale
  test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_double.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26920.79625.patch
Type: text/x-patch
Size: 5580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161129/8ec9bc73/attachment.bin>


More information about the cfe-commits mailing list