mirror of https://github.com/KLayout/klayout.git
Once more being nice to picky compilers ...
This commit is contained in:
parent
b75125f7c2
commit
0cc340cf4f
|
|
@ -110,7 +110,7 @@ public:
|
|||
namespace tl
|
||||
{
|
||||
|
||||
template<> struct tl::type_traits<GenericDeviceExtractor> : public tl::type_traits<void>
|
||||
template<> struct type_traits<GenericDeviceExtractor> : public tl::type_traits<void>
|
||||
{
|
||||
// mark "NetlistDeviceExtractor" as not having a default ctor and no copy ctor
|
||||
typedef tl::false_tag has_copy_constructor;
|
||||
|
|
|
|||
Loading…
Reference in New Issue