GCC doesn't allow members in anonymous aggregate: struct Matrix4x4 #47
Replies: 2 comments
-
Hello zwillikon,
|
Beta Was this translation helpful? Give feedback.
-
Hi T Soignier, thanks for your help. I wish'd I'd knew any C++ (just C)! With old versions of clang I tend to get myriad errors against GCC's libstdc++ my because it is getting ratcheted up by Mr. Wakely Your approach looks promising. Now only m is missing:
|
Beta Was this translation helpful? Give feedback.
-
I struggle at compiling PicoGK with GCC, since the GNU compiler doesn't allow members with constructors in anonymous aggregates
I'm using (Linux) gcc 14.2.1, but older versions are also afflicted
Just inventing names wasn't sufficient:
leads to:
Beta Was this translation helpful? Give feedback.
All reactions