From 327cd150fa19013d808e1d4ccb3fe044ae6d6628 Mon Sep 17 00:00:00 2001 From: shad0wshayd3 Date: Fri, 15 Nov 2024 00:25:10 +0000 Subject: [PATCH] maintenance --- CommonLibF4/src/REL/Relocation.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 };