[all-commits] [llvm/llvm-project] b61e83: [libc++] Give headers that require C++14 a cpluspl...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Mon Feb 24 11:21:54 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b61e83eb0e31c1e6006569b43bb98a61ff44ca4c
      https://github.com/llvm/llvm-project/commit/b61e83eb0e31c1e6006569b43bb98a61ff44ca4c
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-02-24 (Mon, 24 Feb 2020)

  Changed paths:
    M libcxx/include/module.modulemap

  Log Message:
  -----------
  [libc++] Give headers that require C++14 a cplusplus14 requires in the modulemap

https://reviews.llvm.org/D68480 added those headers and made the std module
only usable with C++14 or later as the submodules were not marked as requiring
C++14 or later. This just adds the missing requires directives.




More information about the All-commits mailing list