Fixing compile issues

This commit is contained in:
Matthias Koefferlein 2024-12-29 23:12:44 +01:00
parent 941c0fff90
commit 58d3efeea4
1 changed files with 0 additions and 2 deletions

View File

@ -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>;
// ---------------------------------------------------------------------------------------------------------------