This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: When std::tr1::array and std::array support was released?
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Mateusz Loskot <mateusz at loskot dot net>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Sun, 7 Mar 2010 16:12:27 +0000
- Subject: Re: When std::tr1::array and std::array support was released?
- References: <4B93C13D.2090305@loskot.net>
On 7 March 2010 15:07, Mateusz Loskot wrote:
> Hi,
>
> I'm trying to confirm what are the minimum versions of GNU C++ compiler
> and libstdc++ that bring support of std::tr1::array or std::array.
> In other words, I develop a software that makes use of array class from
> TR1 or C++0x and I'd like to document what is minimum requirements of my
> software that GCC users need to fulfil.
Hi Mateusz,
I think tr1::array was added in 4.0 and then C++0x support was added
in 4.3, including std::array.
Jonathan