mirror of https://github.com/KLayout/klayout.git
Fixing compile issues
This commit is contained in:
parent
941c0fff90
commit
58d3efeea4
|
|
@ -845,8 +845,6 @@ check_local_operation_with_properties<TS, TI>::description () const
|
|||
// explicit instantiations
|
||||
template class DB_PUBLIC check_local_operation_with_properties<db::PolygonRef, db::PolygonRef>;
|
||||
template class DB_PUBLIC check_local_operation_with_properties<db::Polygon, db::Polygon>;
|
||||
template class DB_PUBLIC check_local_operation_with_properties<db::PolygonRefWithProperties, db::PolygonRefWithProperties>;
|
||||
template class DB_PUBLIC check_local_operation_with_properties<db::PolygonWithProperties, db::PolygonWithProperties>;
|
||||
|
||||
// ---------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue