fix https://github.com/arximboldi/zug/issues/45 + zug-gcc15.patch OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/zug?expand=0&rev=6
14 lines
399 B
Diff
14 lines
399 B
Diff
Index: zug-0.1.1/zug/sequence.hpp
|
|
===================================================================
|
|
--- zug-0.1.1.orig/zug/sequence.hpp
|
|
+++ zug-0.1.1/zug/sequence.hpp
|
|
@@ -72,7 +72,7 @@ struct sequence_data
|
|
|
|
sequence_data& operator=(sequence_data&& other)
|
|
{
|
|
- impl_ = std::move(other.impl);
|
|
+ impl_ = std::move(other.impl_);
|
|
impl_.reductor.current(this);
|
|
}
|
|
|