We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd664ad commit 327cd15Copy full SHA for 327cd15
1 file changed
CommonLibF4/src/REL/Relocation.cpp
@@ -50,8 +50,7 @@ namespace REL
50
};
51
52
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>)
+ 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>)
55
{
56
safe_fill(address(), INT3, a_count);
57
auto patch = write_func_impl{ a_dst };
0 commit comments