From 1f993006305952f4cafddd08267731877e808bba Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 8 Sep 2025 17:15:27 +0200 Subject: Dangling changes Fixed ForcedGuo collision --- c++/statistics.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 c++/statistics.hpp (limited to 'c++/statistics.hpp') diff --git a/c++/statistics.hpp b/c++/statistics.hpp new file mode 100644 index 0000000..c07ccb7 --- /dev/null +++ b/c++/statistics.hpp @@ -0,0 +1,11 @@ +#pragma once + +namespace kel { +namespace lbm { +template +class statistics { +private: +public: +}; +} +} -- cgit v1.2.3