[libcxx-commits] [PATCH] D71214: [libc++] reduce <complex> parsing time
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 29 17:09:15 PST 2020
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
Do you have commit access?
================
Comment at: libcxx/include/complex:1444
{
- basic_ostringstream<_CharT, _Traits> __s;
- __s.flags(__os.flags());
----------------
I'm thinking there must be a reason why it was written that way, but I can't think of any and your version indeed seems more straightforward.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71214/new/
https://reviews.llvm.org/D71214
More information about the libcxx-commits
mailing list