Please picky compilers (once more) ..

This commit is contained in:
Matthias Koefferlein 2018-12-31 00:50:43 +01:00
parent e3279b754b
commit b75125f7c2
3 changed files with 3 additions and 3 deletions

View File

@ -263,7 +263,7 @@ private:
namespace tl
{
template<> struct tl::type_traits<db::LayoutToNetlist> : public tl::type_traits<void>
template<> struct type_traits<db::LayoutToNetlist> : public tl::type_traits<void>
{
// mark "NetlistDeviceExtractor" as not having a default ctor and no copy ctor
typedef tl::false_tag has_copy_constructor;

View File

@ -481,7 +481,7 @@ private:
namespace tl
{
template<> struct tl::type_traits<db::NetlistDeviceExtractor> : public tl::type_traits<void>
template<> struct type_traits<db::NetlistDeviceExtractor> : public tl::type_traits<void>
{
// mark "NetlistDeviceExtractor" as not having a default ctor and no copy ctor
typedef tl::false_tag has_copy_constructor;

View File

@ -70,7 +70,7 @@ protected:
namespace tl
{
template<> struct tl::type_traits<db::NetlistDeviceExtractorMOS3Transistor> : public tl::type_traits<void>
template<> struct type_traits<db::NetlistDeviceExtractorMOS3Transistor> : public tl::type_traits<void>
{
typedef tl::false_tag has_copy_constructor;
typedef tl::false_tag has_default_constructor;