Le 09/10/2016 à 23:26, Scott Kostyshak a écrit :
On Sun, Oct 09, 2016 at 05:21:03PM -0400, Scott Kostyshak wrote:

I just pushed a commit but I forgot to append the underscore. I'll fix
that now.

Committed at 168d3557 and amended at 5fd21db9.

Scott



I now get the following with gcc 4.6:

../../../../src/frontends/qt4/GuiView.h:467:33: sorry, unimplemented: non-static data member initializers

Your code is fine, this is just gcc 4.6 not supporting a C++11 feature.
Though, here you could make your variable static without loss of intent
or purpose.


Reply via email to