diff --git a/CommonLibF4/src/REL/Relocation.cpp b/CommonLibF4/src/REL/Relocation.cpp index 3b8b39c6..2266b261 100644 --- a/CommonLibF4/src/REL/Relocation.cpp +++ b/CommonLibF4/src/REL/Relocation.cpp @@ -50,8 +50,7 @@ namespace REL }; template - void Relocation::write_func(const std::size_t a_count, const std::uintptr_t a_dst) - requires(std::same_as) + void Relocation::write_func(const std::size_t a_count, const std::uintptr_t a_dst) requires(std::same_as) { safe_fill(address(), INT3, a_count); auto patch = write_func_impl{ a_dst };