[all-commits] [llvm/llvm-project] 0d7947: [libc++] Implement P2614R2 (Deprecate numeric_limi...

philnik777 via All-commits all-commits at lists.llvm.org
Fri Oct 6 02:31:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0d7947b08c00a41e0d6398b8b3cba33d9dbf3df1
      https://github.com/llvm/llvm-project/commit/0d7947b08c00a41e0d6398b8b3cba33d9dbf3df1
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-10-06 (Fri, 06 Oct 2023)

  Changed paths:
    M libcxx/docs/ReleaseNotes/18.rst
    M libcxx/docs/Status/Cxx23Papers.csv
    M libcxx/include/limits
    A libcxx/test/std/depr/depr.numeric.imits.has.denorm/deprecated.verify.cpp
    M libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/const_data_members.pass.cpp
    M libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/has_denorm.pass.cpp
    M libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/has_denorm_loss.pass.cpp
    M libcxx/test/std/language.support/support.limits/limits/numeric.limits/default.pass.cpp
    M libcxx/test/std/language.support/support.limits/limits/round.style/check_values.pass.cpp

  Log Message:
  -----------
  [libc++] Implement P2614R2 (Deprecate numeric_limits::has_denorm)

Reviewed By: #libc, ldionne

Spies: ldionne, Mordante, libcxx-commits

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




More information about the All-commits mailing list