From ed08e9aaced177eeb111dcd6ccfee44798dea1d3 Mon Sep 17 00:00:00 2001 From: eyal0 <109809+eyal0@users.noreply.github.com> Date: Tue, 30 Jun 2020 11:08:34 -0600 Subject: [PATCH] Reorganize bg_operators.cpp --- bg_operators.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bg_operators.cpp b/bg_operators.cpp index d2339e1c5..3387ffab6 100644 --- a/bg_operators.cpp +++ b/bg_operators.cpp @@ -64,6 +64,9 @@ bg::model::multi_linestring operator&( return ret; } +template multi_linestring_type_fp operator&(const multi_linestring_type_fp&, const multi_polygon_type_fp&); +template multi_linestring_type_fp operator&(const multi_linestring_type_fp&, const box_type_fp&); + template multi_linestring_type_fp operator&(const linestring_type_fp& lhs, const rhs_t& rhs) { @@ -79,8 +82,6 @@ multi_linestring_type_fp operator&(const linestring_type_fp& lhs, } template multi_linestring_type_fp operator&(const linestring_type_fp&, const box_type_fp&); -template multi_linestring_type_fp operator&(const multi_linestring_type_fp&, const multi_polygon_type_fp&); -template multi_linestring_type_fp operator&(const multi_linestring_type_fp&, const box_type_fp&); template bg::model::multi_polygon operator&(const bg::model::multi_polygon& lhs,