[all-commits] [llvm/llvm-project] e0ae2c: [libc++] Mark C++20 Synchronization Library tests ...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Apr 27 00:41:08 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e0ae2cc8946c4ca9ab05bfcac4bbaaa57ded5c60
      https://github.com/llvm/llvm-project/commit/e0ae2cc8946c4ca9ab05bfcac4bbaaa57ded5c60
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-04-27 (Mon, 27 Apr 2020)

  Changed paths:
    M libcxx/test/libcxx/thread/atomic.availability.verify.cpp
    M libcxx/test/libcxx/thread/barrier.availability.verify.cpp
    M libcxx/test/libcxx/thread/latch.availability.verify.cpp
    M libcxx/test/libcxx/thread/semaphore.availability.verify.cpp

  Log Message:
  -----------
  [libc++] Mark C++20 Synchronization Library tests as unsupported in C++11

The various headers comprising the C++20 Synchronization Library only
contain something in C++ >= 14, not C++ >= 11.




More information about the All-commits mailing list