From b75125f7c227b09441b002689d323c72e1dc6c48 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Mon, 31 Dec 2018 00:50:43 +0100 Subject: [PATCH] Please picky compilers (once more) .. --- src/db/db/dbLayoutToNetlist.h | 2 +- src/db/db/dbNetlistDeviceExtractor.h | 2 +- src/db/db/dbNetlistDeviceExtractorClasses.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/db/db/dbLayoutToNetlist.h b/src/db/db/dbLayoutToNetlist.h index 4963439f2..8a9a8efbd 100644 --- a/src/db/db/dbLayoutToNetlist.h +++ b/src/db/db/dbLayoutToNetlist.h @@ -263,7 +263,7 @@ private: 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; diff --git a/src/db/db/dbNetlistDeviceExtractor.h b/src/db/db/dbNetlistDeviceExtractor.h index 8684cd651..de7201669 100644 --- a/src/db/db/dbNetlistDeviceExtractor.h +++ b/src/db/db/dbNetlistDeviceExtractor.h @@ -481,7 +481,7 @@ private: 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; diff --git a/src/db/db/dbNetlistDeviceExtractorClasses.h b/src/db/db/dbNetlistDeviceExtractorClasses.h index 7d8e9e09f..32e2e538a 100644 --- a/src/db/db/dbNetlistDeviceExtractorClasses.h +++ b/src/db/db/dbNetlistDeviceExtractorClasses.h @@ -70,7 +70,7 @@ protected: namespace tl { -template<> struct tl::type_traits : public tl::type_traits +template<> struct type_traits : public tl::type_traits { typedef tl::false_tag has_copy_constructor; typedef tl::false_tag has_default_constructor;