[all-commits] [llvm/llvm-project] 128055: [libc++] Remove some workarounds for C++03

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Oct 9 09:36:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 12805513a6a29c58f35240a40200f9fd215ef6c8
      https://github.com/llvm/llvm-project/commit/12805513a6a29c58f35240a40200f9fd215ef6c8
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-10-09 (Fri, 09 Oct 2020)

  Changed paths:
    M libcxx/include/__hash_table
    M libcxx/include/__mutex_base
    M libcxx/include/__split_buffer
    M libcxx/include/__tree
    M libcxx/include/array
    M libcxx/include/sstream
    M libcxx/include/type_traits

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list