Fixed a runtime issue on Windows

This commit is contained in:
Matthias Köfferlein 2019-07-16 00:39:39 +02:00
parent e4efaac12f
commit df23830a1c
2 changed files with 0 additions and 2 deletions

View File

@ -313,7 +313,6 @@ template<> struct type_traits<db::NetlistCompareLogger> : public tl::type_traits
{
// mark "NetlistDeviceExtractor" as having a default ctor and no copy ctor
typedef tl::false_tag has_copy_constructor;
typedef tl::false_tag has_default_constructor;
};
}

View File

@ -307,7 +307,6 @@ template<> struct type_traits<db::NetlistCrossReference> : public tl::type_trait
{
// mark "NetlistDeviceExtractor" as having a default ctor and no copy ctor
typedef tl::false_tag has_copy_constructor;
typedef tl::false_tag has_default_constructor;
};
}