[all-commits] [llvm/llvm-project] 98eb14: [libc++] Require concepts support for <numbers>

Raul Tambre via All-commits all-commits at lists.llvm.org
Fri Jun 19 07:50:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 98eb1457ffbbd1511a151e2b88c1af4eb3ee4808
      https://github.com/llvm/llvm-project/commit/98eb1457ffbbd1511a151e2b88c1af4eb3ee4808
  Author: Raul Tambre <raul at tambre.ee>
  Date:   2020-06-19 (Fri, 19 Jun 2020)

  Changed paths:
    M libcxx/include/numbers
    M libcxx/include/version
    M libcxx/test/std/language.support/support.limits/support.limits.general/numbers.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    M libcxx/test/std/numerics/numbers/defined.pass.cpp
    M libcxx/test/std/numerics/numbers/illformed.verify.cpp
    M libcxx/test/std/numerics/numbers/specialize.pass.cpp
    M libcxx/test/std/numerics/numbers/user_type.pass.cpp
    M libcxx/test/std/numerics/numbers/value.pass.cpp
    M libcxx/utils/generate_feature_test_macro_components.py

  Log Message:
  -----------
  [libc++] Require concepts support for <numbers>

Similar to <concepts>, we need to protect the header and test against
inclusion and being run if concepts aren't supported by the compiler.

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




More information about the All-commits mailing list