diff options
Diffstat (limited to 'stat_t.hh')
-rw-r--r-- | stat_t.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ namespace pdns { } private: - typename std::aligned_storage<sizeof(base_t), CPU_LEVEL1_DCACHE_LINESIZE>::type counter; + typename std::aligned_storage_t<sizeof(base_t), CPU_LEVEL1_DCACHE_LINESIZE> counter; }; typedef stat_t_trait<uint64_t> stat_t; |