[all-commits] [llvm/llvm-project] 0b9b1c: [libc++] Remove C++ version guards in the dylib.

mordante via All-commits all-commits at lists.llvm.org
Tue Dec 14 08:38:06 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b9b1c8c49fd317ce70d028b041572e1f24f5995
      https://github.com/llvm/llvm-project/commit/0b9b1c8c49fd317ce70d028b041572e1f24f5995
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2021-12-14 (Tue, 14 Dec 2021)

  Changed paths:
    M libcxx/src/barrier.cpp
    M libcxx/src/format.cpp

  Log Message:
  -----------
  [libc++] Remove C++ version guards in the dylib.

The library is always build using C++20 so these guards are not needed.

Reviewed By: #libc, Quuxplusone, ldionne

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




More information about the All-commits mailing list