User Details
- User Since
- Jul 24 2016, 4:53 PM (304 w, 5 d)
Mar 23 2022
Feb 28 2022
Feb 21 2022
Feb 20 2022
Feb 17 2022
More refactoring!
Thanks to Martin for telling me this was broken, and to Arthur for fixing it.
Update to allow clang-cl + libc++ to support int128.
Feb 16 2022
Resolve merge conflicts.
Feb 9 2022
Feb 8 2022
Jan 26 2022
Address review comments.
Jan 25 2022
Jan 24 2022
Replace flowery comment with problem report link.
Review comment.
Oh thanks for pointing this out and sorry for the noise.
Jan 23 2022
Jan 22 2022
Jan 20 2022
Jan 19 2022
We should be checking is_assignable<It&, ...>. is_assignable<It, ...> checks for an rvalue left-hand side, which is basically never assignable-to.
Use [1, 12] uniformly for months.
Address missed review comment.
Address review comments.
Jan 18 2022
Address review
Review comment.
LGTM, with Arthur's comments. (Although I'm fine with the extra typename requirement in __can_use_postfix_proxy.)
Jan 17 2022
Address review comments.
Address review comments.
Moar review comments
I don't object to landing this as-is, just to fix the bug; I would also be happy to merge it into D117400. Your call.
Jan 16 2022
Address some review comments.
Jan 15 2022
Jan 14 2022
Jan 13 2022
Address review comments.