On 14 February 2014 07:46, Andrew Stern wrote:
> I created a CRTP (Curiously recurring template pattern)
> and added non-static member variables to my base class and that works without
> issue.
This mailing list is for development of GCC, not for bug reports or
help using it.
I would suggest the
I created a CRTP (Curiously recurring template pattern)
and added non-static member variables to my base class and that works without
issue. But when I add non-static
variables to the subclass instance the initialization and values for the
variables in this class don't get initialized properly and