mirror of https://github.com/KLayout/klayout.git
Fixed compile issue.
This commit is contained in:
parent
efe06046aa
commit
f2fff5cca1
|
|
@ -78,7 +78,7 @@ namespace tl
|
|||
{
|
||||
|
||||
template <>
|
||||
struct tl::type_traits<db::NetlistWriter>
|
||||
struct type_traits<db::NetlistWriter>
|
||||
: public tl::type_traits<void>
|
||||
{
|
||||
typedef tl::false_tag has_default_constructor;
|
||||
|
|
|
|||
Loading…
Reference in New Issue