<div dir="auto">Hi, both commit messages seem sensible to me.<div dir="auto">(btw, I haven't investigated why this works with gcc. I thought assignation of instances that have const members should never work by design, regardless of the compiler. There might be conditional code that depends on the compiler somewhere).</div><div dir="auto">Anyway, both your messages seem fine.</div><div dir="auto"><br></div><div dir="auto">Jérôme Froissart</div><div dir="auto"><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Mon, 4 Nov 2019, 16:02 Alexandre Janniaux, <<a href="mailto:ajanni@videolabs.io">ajanni@videolabs.io</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
For my part, if I understood the issue correctly, I would write<br>
something like:<br>
<br>
<br>
qt: soutchain: make soutchain copyable<br>
<br>
Qt requires container elements to be copyable, but class with const<br>
members can't be copy-assignable. Remove the const values so that we<br>
can copy SoutChain.<br>
<br>
This patch fix the compilation with Clang 9.<br>
<br>
<br>
I might have misunderstood the exact cause, but I hope it helps,<br>
<br>
Regards,<br>
--<br>
Alexandre Janniaux<br>
Videolabs<br>
<br>
On Mon, Nov 04, 2019 at 01:48:04PM +0100, Steve Lhomme wrote:<br>
> Will this do as commit log message ?<br>
><br>
> Qt requires container elements to be copyable:<br>
> <a href="https://bugreports.qt.io/browse/QTBUG-54685" rel="noreferrer noreferrer" target="_blank">https://bugreports.qt.io/browse/QTBUG-54685</a><br>
> but we can't do that with const members.<br></blockquote></div></div></div>