Re: [PATCH] D25059: [libc++] Add missing locale aliases

2016-09-28 Thread Shoaib Meenai via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL282681: [libc++] Add missing locale aliases (authored by smeenai). Changed prior to commit: https://reviews.llvm.org/D25059?vs=72942&id=72948#toc Repository: rL LLVM https://reviews.llvm.org/D25059

[PATCH] D25059: [libc++] Add missing locale aliases

2016-09-28 Thread Shoaib Meenai via cfe-commits
smeenai created this revision. smeenai added reviewers: compnerd, EricWF, mclow.lists. smeenai added a subscriber: cfe-commits. Add underscore aliases for strtof_l and strtod_l. _strtold_l exists in VS 2013 and above, so fix that definition as a drive-by fix. https://reviews.llvm.org/D25059 File