misc: Replace enable_if<>::type with enable_if_t<>.
authorGabe Black <gabe.black@gmail.com>
Fri, 23 Oct 2020 04:52:26 +0000 (21:52 -0700)
committerGabe Black <gabeblack@google.com>
Fri, 23 Oct 2020 12:59:59 +0000 (12:59 +0000)
commit74005aa8d6f7273939c925176f914e038397982e
tree0204b9e7f02af3b0d63a3788fd6198ab5a1cfaf6
parent360b7b06a49ae79ca2ed9993da512d2a5a4c6b61
misc: Replace enable_if<>::type with enable_if_t<>.

This new abreviated form was added for C++14. Now that we're using that
version of the standard, we can move over to it.

Change-Id: Ia291d2b1e73e503c37593b1e1c4c1b3011abc63b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/36477
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
24 files changed:
src/arch/arm/aapcs32.hh
src/arch/arm/aapcs64.hh
src/arch/arm/freebsd/process.hh
src/arch/arm/linux/process.hh
src/arch/arm/process.hh
src/arch/arm/semihosting.hh
src/arch/gcn3/operand.hh
src/arch/generic/vec_pred_reg.hh
src/arch/generic/vec_reg.hh
src/arch/sparc/process.hh
src/arch/x86/linux/linux.hh
src/arch/x86/linux/se_workload.hh
src/base/circular_queue.hh
src/base/coroutine.hh
src/base/intmath.hh
src/base/random.hh
src/base/refcnt.hh
src/base/statistics.hh
src/base/str.hh
src/sim/guest_abi.test.cc
src/sim/guest_abi/dispatch.hh
src/sim/guest_abi/layout.hh
src/sim/proxy_ptr.hh
src/sim/syscall_abi.hh