netlist: Abbreviate one more type trait in palloc.h
This commit is contained in:
parent
bb2b5e3488
commit
ca162bf356
@ -265,7 +265,7 @@ namespace plib {
|
||||
plib::unused_var(a); // GCC 7.x does not like the maybe_unused
|
||||
}
|
||||
|
||||
template <class U, typename = std::enable_if_t<!std::is_same<T, U>::value>>
|
||||
template <class U, typename = std::enable_if_t<!std::is_same_v<T, U>>>
|
||||
arena_allocator(const arena_allocator<ARENA, U, ALIGN, HSA>& rhs) noexcept
|
||||
: m_a(rhs.m_a)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user