This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: tr1::array initialization


On Thu, May 15, 2008 at 12:28 PM, Benjamin Kosnik <bkoz@redhat.com> wrote:
>
>> Will you go ahead and file that issue?
>
> Yes.

Benjamin, did this ever get a number of some kind?

The reason I ask is I just saw on the com.lang.c++.moderated list that
one can initialize a vector like so (with C++0x):

  std::vector<int> a = { 1, 4, 500 };

Which is exactly what I've wanted to do!

Thanks,

-Tom


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