From f9ac6543ab29bf87ee8c2ff2d91cf41747a43e04 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Mon, 28 Sep 2020 23:37:49 +0100 Subject: C++17 stuff --- src/Vector3.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/Vector3.h') diff --git a/src/Vector3.h b/src/Vector3.h index 0c7008763..0e275e9b3 100644 --- a/src/Vector3.h +++ b/src/Vector3.h @@ -426,7 +426,6 @@ public: template auto format(const Vector3 & a_Vec, FormatContext & a_Ctx) - -> typename FormatContext::iterator { Write(a_Ctx, "{"); Write(a_Ctx, a_Vec.x); @@ -493,9 +492,3 @@ typedef Vector3 Vector3i; typedef std::vector cVector3iArray; - - - - - - -- cgit v1.2.3