mirror of https://github.com/KLayout/klayout.git
Fixed builds for MSVC 2017 python module builds with setuptools.
This commit is contained in:
parent
462976fc05
commit
f17719b43c
|
|
@ -175,7 +175,9 @@ private:
|
|||
struct TL_PUBLIC TypeError
|
||||
: public Exception
|
||||
{
|
||||
using Exception::Exception;
|
||||
TypeError (const std::string &msg)
|
||||
: Exception (msg)
|
||||
{ }
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue