[libcxx-commits] [PATCH] D59598: Make the `<charconv>` header usable with C++11
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 20 10:10:40 PDT 2019
ldionne added a comment.
In D59598#1436564 <https://reviews.llvm.org/D59598#1436564>, @mclow.lists wrote:
> In D59598#1436484 <https://reviews.llvm.org/D59598#1436484>, @ldionne wrote:
>
> > This is one acceptable reason to backport functionality to C++03 IMO. I'd rather have it be implementation details using reserved names, but this would add a lot of complexity.
>
>
> I'm not going back to C++03 here. Just C++11.
Yeah, I don't know why I said that. But you get the point -- I'm talking about back porting at all, which I dislike.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59598/new/
https://reviews.llvm.org/D59598
More information about the libcxx-commits
mailing list