diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-09-08 17:15:27 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-09-08 17:15:27 +0200 |
commit | 1f993006305952f4cafddd08267731877e808bba (patch) | |
tree | bb416a6012c058356404d1a547fec09c3d45d25d /c++/statistics.hpp | |
parent | 616b0011c3638eceaae8890c3a66037625587f1d (diff) |
Dangling changes
Fixed ForcedGuo collision
Diffstat (limited to 'c++/statistics.hpp')
-rw-r--r-- | c++/statistics.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
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<typename T> +class statistics { +private: +public: +}; +} +} |