mirror of https://github.com/KLayout/klayout.git
Fixed build errors.
This commit is contained in:
parent
2831dd7f26
commit
2039d99f03
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
namespace tl
|
||||
{
|
||||
template <> struct tl::type_traits<gsi::Interpreter>
|
||||
template <> struct type_traits<gsi::Interpreter>
|
||||
: tl::type_traits<void>
|
||||
{
|
||||
typedef false_tag has_copy_constructor;
|
||||
|
|
|
|||
Loading…
Reference in New Issue