Fix gram_schmidt recursive base ODR

This commit is contained in:
Nikita Lisitsa 2020-09-27 11:59:33 +03:00
parent 81cafa6f05
commit 6c4ed1b61d

View file

@ -5,7 +5,7 @@
namespace psemek::geom
{
void gram_schmidt()
inline void gram_schmidt()
{}
template <typename V1, typename ... Vs>