diff --git a/src/OpenMesh/Core/Geometry/VectorT_inc.hh b/src/OpenMesh/Core/Geometry/VectorT_inc.hh index 89c0d6d7..97bc055f 100644 --- a/src/OpenMesh/Core/Geometry/VectorT_inc.hh +++ b/src/OpenMesh/Core/Geometry/VectorT_inc.hh @@ -104,7 +104,7 @@ public: template::type, - typename = typename std::enable_if::value>::type> + typename = typename std::enable_if::value>::type> constexpr VectorT(T... vs) : Base { static_cast(vs)...} { }