[all-commits] [llvm/llvm-project] 4128a4: [libc++] Mark <stdatomic.h> as requiring C++23

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu May 12 11:46:05 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4128a4a6c219a6c83483d4538a59ed8f523868a5
      https://github.com/llvm/llvm-project/commit/4128a4a6c219a6c83483d4538a59ed8f523868a5
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-05-12 (Thu, 12 May 2022)

  Changed paths:
    M libcxx/include/module.modulemap

  Log Message:
  -----------
  [libc++] Mark <stdatomic.h> as requiring C++23

Otherwise, we might get errors with modules in pre-C++23 when mixing
<atomic> and <stdatomic.h>. This should fix breakage on Green Dragon.




More information about the All-commits mailing list