[Bug c++/83533] error: no type named 'X' in 'using = ...'

2017-12-24 Thread povelikin.rostislav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83533 --- Comment #3 from Rostislav Povelikin --- (In reply to Jonathan Wakely from comment #2) > GCC 4.7.x has not been maintained or supported by the upstream GCC project > for several years, and this is already fixed in GCC 4.8.0 Hi Jonathan, Cou

[Bug c++/83533] error: no type named 'X' in 'using = ...'

2017-12-21 Thread povelikin.rostislav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83533 --- Comment #1 from Rostislav Povelikin --- If I change aliasing of u with typedef instead of using - works fine.

[Bug c++/83533] New: error: no type named 'X' in 'using = ...'

2017-12-21 Thread povelikin.rostislav at gmail dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: povelikin.rostislav at gmail dot com Target Milestone: --- Created attachment 42945 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42945&action=edit Source code Hi all, Doesn't work wi