Skip to content

Commit 024a7a4

Browse files
Update include/rfl/Hex.hpp
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 631e33e commit 024a7a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/rfl/Hex.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ struct Hex {
162162
/// @return Reference to this Hex
163163
template <class U>
164164
auto& operator=(Hex<U>&& _other) {
165-
value_ = std::forward<T>(_other.value_);
165+
value_ = std::move(_other.value_);
166166
return *this;
167167
}
168168

0 commit comments

Comments
 (0)