From 7578eb6f79afbb421298088ee53da620eb04037f Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 2 Jun 2022 20:50:28 +0200 Subject: refactor: rename .tpp files to end with _impl.hpp --- src/util/algorithm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/algorithm.hpp') 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" -- cgit v1.2.3-18-g5258