[all-commits] [llvm/llvm-project] 4f6c4b: [libc++] Implement <numbers>

Raul Tambre via All-commits all-commits at lists.llvm.org
Fri Jun 19 01:56:28 PDT 2020


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

  Changed paths:
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/include/CMakeLists.txt
    M libcxx/include/module.modulemap
    A libcxx/include/numbers
    M libcxx/include/version
    M libcxx/test/libcxx/double_include.sh.cpp
    A 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
    A libcxx/test/std/numerics/numbers/defined.pass.cpp
    A libcxx/test/std/numerics/numbers/illformed.verify.cpp
    A libcxx/test/std/numerics/numbers/specialize.pass.cpp
    A libcxx/test/std/numerics/numbers/user_type.pass.cpp
    A libcxx/test/std/numerics/numbers/value.pass.cpp
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/www/cxx2a_status.html

  Log Message:
  -----------
  [libc++] Implement <numbers>

Summary: Constants have 33 significant decimal digits for IEEE 754 128-bit floating-point numbers.

Reviewers: ldionne, #libc, EricWF, zoecarver, curdeius

Reviewed By: ldionne, #libc, curdeius

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




More information about the All-commits mailing list