summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nltypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/nltypes.h')
-rw-r--r--src/lib/netlist/nltypes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/netlist/nltypes.h b/src/lib/netlist/nltypes.h
index 42479e0636b..8ee9da300b2 100644
--- a/src/lib/netlist/nltypes.h
+++ b/src/lib/netlist/nltypes.h
@@ -78,7 +78,9 @@ namespace netlist
/// \note This is not the right location yet.
///
- using device_arena = std::conditional<NL_USE_MEMPOOL, plib::mempool_arena, plib::aligned_arena>::type;
+ using device_arena = std::conditional<NL_USE_MEMPOOL,
+ plib::mempool_arena<plib::aligned_arena>,
+ plib::aligned_arena>::type;
using host_arena = plib::aligned_arena;
/// \brief Interface definition for netlist callbacks into calling code