From 6c4ed1b61dbb913032a02580f683f73d18d90ffa Mon Sep 17 00:00:00 2001 From: lisyarus Date: Sun, 27 Sep 2020 11:59:33 +0300 Subject: [PATCH] Fix gram_schmidt recursive base ODR --- libs/geom/include/psemek/geom/gram_schmidt.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/geom/include/psemek/geom/gram_schmidt.hpp b/libs/geom/include/psemek/geom/gram_schmidt.hpp index a0b94126..9d1b496d 100644 --- a/libs/geom/include/psemek/geom/gram_schmidt.hpp +++ b/libs/geom/include/psemek/geom/gram_schmidt.hpp @@ -5,7 +5,7 @@ namespace psemek::geom { - void gram_schmidt() + inline void gram_schmidt() {} template