aboutsummaryrefslogtreecommitdiff
path: root/src/util/algorithm.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-02 20:50:28 +0200
committerHampusM <hampus@hampusmat.com>2022-06-13 17:57:00 +0200
commit7578eb6f79afbb421298088ee53da620eb04037f (patch)
tree6784011258b6967e75cf8478356c651c1c45938b /src/util/algorithm.hpp
parentea5cd08dd67f9bc4351ecebdda9e310a8072ae32 (diff)
refactor: rename .tpp files to end with _impl.hpp
Diffstat (limited to 'src/util/algorithm.hpp')
-rw-r--r--src/util/algorithm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/algorithm.hpp b/src/util/algorithm.hpp
index 71a1724..e3d8b6f 100644
--- a/src/util/algorithm.hpp
+++ b/src/util/algorithm.hpp
@@ -28,4 +28,4 @@ constexpr auto
container_filter(const ContainerType &container, Predicate predicate) noexcept
-> ContainerType;
-#include "algorithm.tpp"
+#include "algorithm_impl.hpp"