User Details
- User Since
- Apr 17 2019, 2:06 PM (91 w, 4 d)
May 3 2019
Just completed testing... everything seems to be working correctly. So long as the all the tests pass, let's commit! :D
May 1 2019
And with those modifications, everything seems to work correctly. I'd be fine with the LLVM portion landing at this stage, but one more rev and another test cycle for this patch would be ideal.
Apr 30 2019
Apr 29 2019
Apologies, I meant to write "here's what Clang is trying to call" in the previous comment. It's clear from looking at MSVC's output that MSVC expects to return indirectly via X0, implying that _Smanip is not aggregate by MSVC's definition.
The current diff (196894) seems to have the same std::setw issue as the previous one. Here's what it's trying to compile:
Apr 26 2019
Confirmed just now that the current diff (196774) does work, but it'd be good to correct user-provided constructors and trivial destructors before this lands.