From 0cc340cf4fc489deae1d4237567bc91278971601 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Mon, 31 Dec 2018 01:08:51 +0100 Subject: [PATCH] Once more being nice to picky compilers ... --- src/db/db/gsiDeclDbNetlistDeviceExtractor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/db/gsiDeclDbNetlistDeviceExtractor.cc b/src/db/db/gsiDeclDbNetlistDeviceExtractor.cc index 6c1400a32..45a22e247 100644 --- a/src/db/db/gsiDeclDbNetlistDeviceExtractor.cc +++ b/src/db/db/gsiDeclDbNetlistDeviceExtractor.cc @@ -110,7 +110,7 @@ public: namespace tl { -template<> struct tl::type_traits : public tl::type_traits +template<> struct type_traits : public tl::type_traits { // mark "NetlistDeviceExtractor" as not having a default ctor and no copy ctor typedef tl::false_tag has_copy_constructor;