commit | 08e1a784b4988313be905e6207611c7bc1e5e1c6 | [log] [tgz] |
---|---|---|
author | Louis Dionne <ldionne@apple.com> | Fri Oct 09 12:33:49 2020 -0400 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Oct 09 09:46:23 2020 -0700 |
tree | d132ffd0755c36e1273af5624ce2bfab6f904d31 | |
parent | d94a073bec1229abd99bee63133b7bbb9aeed2d0 [diff] |
[libc++] Remove some workarounds for C++03 We don't support any compiler that doesn't support variadics and rvalue references in C++03 mode, so these workarounds can be dropped. There's still *a lot* of cruft related to these workarounds, but I try to tackle a bit of it here and there. GitOrigin-RevId: 12805513a6a29c58f35240a40200f9fd215ef6c8