http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56032
Bug #: 56032
Summary: Uniform initialization of references
Classification: Unclassified
Product: gcc
Version: 4.7.1
Status: UNCONFIRMED
Severity: major
Pri
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56032
--- Comment #1 from Gábor Horváth 2013-01-18
15:01:45 UTC ---
(In reply to comment #0)
> Consider the following code:
>
> // CODE --
>
> #include
> #include
>
>
> class S {
> public:
> S(const std::vector& v_) : v{v_} {}
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56032
--- Comment #3 from Gábor Horváth 2013-01-18
15:39:08 UTC ---
(In reply to comment #2)
> (In reply to comment #0)
> > I guess the origin of this problem is the incomplete fix of the error above.
>
> There is no fix, PR 50025 is still open and t