summaryrefslogtreecommitdiffstats
path: root/stat_t.hh
diff options
context:
space:
mode:
Diffstat (limited to 'stat_t.hh')
-rw-r--r--stat_t.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/stat_t.hh b/stat_t.hh
index 389a626..d339cec 100644
--- a/stat_t.hh
+++ b/stat_t.hh
@@ -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;