[all-commits] [llvm/llvm-project] 43aaf8: [libc++] Include <__config> first in all standard ...

Quuxplusone via All-commits all-commits at lists.llvm.org
Mon Mar 22 16:02:03 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 43aaf87173aceda1144c12cd9644fbe3844787aa
      https://github.com/llvm/llvm-project/commit/43aaf87173aceda1144c12cd9644fbe3844787aa
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-03-22 (Mon, 22 Mar 2021)

  Changed paths:
    M libcxx/include/any
    M libcxx/include/system_error

  Log Message:
  -----------
  [libc++] Include <__config> first in all standard headers.

Mostly, *don't* include <experimental/__config> from C++17 <any>,
because that doesn't make any sense. I think it was just a cut-and-paste
typo when this header moved from experimental/.

Differential Revision: https://reviews.llvm.org/D99089




More information about the All-commits mailing list