When std::tr1::array and std::array support was released?

Jonathan Wakely jwakely.gcc@gmail.com
Sun Mar 7 16:12:00 GMT 2010


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



More information about the Libstdc++ mailing list