|
| From: | Mike Miller |
| Subject: | [Octave-bug-tracker] [bug #40252] Make GUI compatible with both Qt4 and Qt5 |
| Date: | Wed, 10 Aug 2016 18:26:03 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0 |
Follow-up Comment #19, bug #40252 (project octave):
So the only errors are about the use of the deleted
QBasicAtomicPointer::operator= ? Could this be a compiler version problem? GCC
4.8 right? It looks to me like GCC is complaining about the assignment
operator being deleted when doing
static Foo foo = { 0 };
which should be an initialization, not an assignment (if I understand enough
C++11).
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?40252>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |