From f55cb79457045ffc00d2820cb34b0b73145da2d4 Mon Sep 17 00:00:00 2001 From: skramm Date: Sat, 13 Apr 2024 09:24:56 +0200 Subject: [PATCH] minor --- docs/homog2d_history.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/homog2d_history.md b/docs/homog2d_history.md index 057bb04..3618158 100644 --- a/docs/homog2d_history.md +++ b/docs/homog2d_history.md @@ -14,6 +14,10 @@ See [Release page](https://github.com/skramm/homog2d/releases). - add some feature to be able to print coordinates with desired precision at runtime - add `Vector` type (defined by dx,dy) +**2020/04**: A move to C++17 is currently underways. +This will greatly simplify the code, by enabling auto return types and replacing lots of SFINAE stuctures by `constexpr if`. +It will also enable run-time polymorphism without pointers, with the help of `std::variant`. + - current Work In Progress - polygon minimization