This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++/9626: g++ accepts vector<vector<int> > v(2, 4);


Synopsis: g++ accepts vector<vector<int> > v(2, 4);

State-Changed-From-To: analyzed->feedback
State-Changed-By: paolo
State-Changed-When: Sat Feb  8 13:36:01 2003
State-Changed-Why:
    On second thought, doesn't seem to me that your testcase is
    illegal. You are asking for a size 2 vector of size 4 vectors: there are no implicit conversions which should be prevented by explicit, since 4 is the argument of the
    explicit vector(const A& = A()) constructor of each of them
    and this seems perfectly legal.
    Agreed?

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9626


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]