diff options
author | HampusM <hampus@hampusmat.com> | 2022-06-02 20:50:28 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:57:00 +0200 |
commit | 7578eb6f79afbb421298088ee53da620eb04037f (patch) | |
tree | 6784011258b6967e75cf8478356c651c1c45938b /src/util/function.hpp | |
parent | ea5cd08dd67f9bc4351ecebdda9e310a8072ae32 (diff) |
refactor: rename .tpp files to end with _impl.hpp
Diffstat (limited to 'src/util/function.hpp')
-rw-r--r-- | src/util/function.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/function.hpp b/src/util/function.hpp index 13f5356..329ad40 100644 --- a/src/util/function.hpp +++ b/src/util/function.hpp @@ -8,4 +8,4 @@ struct Signature template <typename Function> constexpr auto normalize_lambda(Function &&func) noexcept; -#include "function.tpp" +#include "function_impl.hpp" |