[all-commits] [llvm/llvm-project] e6a39f: [libcxx] Stop using builtin type traits for is_flo...

Zoe Carver via All-commits all-commits at lists.llvm.org
Wed Apr 1 16:57:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e6a39f00e8d0cd3684df54fb03d288efe2969202
      https://github.com/llvm/llvm-project/commit/e6a39f00e8d0cd3684df54fb03d288efe2969202
  Author: zoecarver <z.zoelec2 at gmail.com>
  Date:   2020-04-01 (Wed, 01 Apr 2020)

  Changed paths:
    M libcxx/include/type_traits

  Log Message:
  -----------
  [libcxx] Stop using builtin type traits for is_floating_point and is_arithmetic.

Based on an issue brought up in https://reviews.llvm.org/D67900, this commit reverts the changes to is_floating_point and  is_arithmetic made in D67900.

After D67900 landed, __float128 behaved differently in those two type traits, causing compiler errors in numeric limits (and possibly others).




More information about the All-commits mailing list