This is the mail archive of the gcc-bugs@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);

Responsible-Changed-From-To: unassigned->paolo
Responsible-Changed-By: paolo
Responsible-Changed-When: Sat Feb  8 09:25:05 2003
Responsible-Changed-Why:
    Analyzing.
State-Changed-From-To: open->analyzed
State-Changed-By: paolo
State-Changed-When: Sat Feb  8 09:25:05 2003
State-Changed-Why:
    Confirmed according to 23.2.4.1: seems an SGI extension.
    Currently the explicit keyword is missing from the relevant
    constructor and moreover, an additional one, non-standard,
    is provided having the following signature
      explicit vector(size_type n)
    Will pool the list...

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]