Skip to content

Commit 327cd15

Browse files
shad0wshayd3github-actions[bot]
authored andcommitted
maintenance
1 parent dd664ad commit 327cd15

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

CommonLibF4/src/REL/Relocation.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ namespace REL
5050
};
5151

5252
template <class T>
53-
void Relocation<T>::write_func(const std::size_t a_count, const std::uintptr_t a_dst)
54-
requires(std::same_as<value_type, std::uintptr_t>)
53+
void Relocation<T>::write_func(const std::size_t a_count, const std::uintptr_t a_dst) requires(std::same_as<value_type, std::uintptr_t>)
5554
{
5655
safe_fill(address(), INT3, a_count);
5756
auto patch = write_func_impl{ a_dst };

0 commit comments

Comments
 (0)