mirror of https://github.com/KLayout/klayout.git
Please picky compilers (once more) ..
This commit is contained in:
parent
e3279b754b
commit
b75125f7c2
|
|
@ -263,7 +263,7 @@ private:
|
|||
namespace tl
|
||||
{
|
||||
|
||||
template<> struct tl::type_traits<db::LayoutToNetlist> : public tl::type_traits<void>
|
||||
template<> struct type_traits<db::LayoutToNetlist> : public tl::type_traits<void>
|
||||
{
|
||||
// mark "NetlistDeviceExtractor" as not having a default ctor and no copy ctor
|
||||
typedef tl::false_tag has_copy_constructor;
|
||||
|
|
|
|||
|
|
@ -481,7 +481,7 @@ private:
|
|||
namespace tl
|
||||
{
|
||||
|
||||
template<> struct tl::type_traits<db::NetlistDeviceExtractor> : public tl::type_traits<void>
|
||||
template<> struct type_traits<db::NetlistDeviceExtractor> : public tl::type_traits<void>
|
||||
{
|
||||
// mark "NetlistDeviceExtractor" as not having a default ctor and no copy ctor
|
||||
typedef tl::false_tag has_copy_constructor;
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ protected:
|
|||
namespace tl
|
||||
{
|
||||
|
||||
template<> struct tl::type_traits<db::NetlistDeviceExtractorMOS3Transistor> : public tl::type_traits<void>
|
||||
template<> struct type_traits<db::NetlistDeviceExtractorMOS3Transistor> : public tl::type_traits<void>
|
||||
{
|
||||
typedef tl::false_tag has_copy_constructor;
|
||||
typedef tl::false_tag has_default_constructor;
|
||||
|
|
|
|||
Loading…
Reference in New Issue