This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/9626: g++ accepts vector<vector<int> > v(2, 4);
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: paolo at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 8 Feb 2003 13:46:00 -0000
- Subject: Re: libstdc++/9626: g++ accepts vector<vector<int> > v(2, 4);
- Reply-to: Paolo Carlini <pcarlini at unitus dot it>
The following reply was made to PR libstdc++/9626; it has been noted by GNATS.
From: Paolo Carlini <pcarlini@unitus.it>
To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, paolo@gcc.gnu.org,
gcc-prs@gcc.gnu.org, falk.hueffner@student.uni-tuebingen.de
Cc:
Subject: Re: libstdc++/9626: g++ accepts vector<vector<int> > v(2, 4);
Date: Sat, 08 Feb 2003 14:38:36 +0100
> explicit vector(const A& = A()) constructor of each of them
sorry, of course I really meant:
explicit vector(size_type n, const T& value = T(),
const Allocator& = Allocator())
constructor of each of them...
Paolo.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9626