mirror of https://github.com/KLayout/klayout.git
Fixed a runtime issue on Windows
This commit is contained in:
parent
e4efaac12f
commit
df23830a1c
|
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue