Boost logo

Boost :

From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-05-07 21:40:13


"Neal D. Becker" <ndbecker2_at_[hidden]> wrote in message news:c7g7r8$3un$1_at_sea.gmane.org...

| variable size array are c99 extension. Supported by g++ (supposedly). IIRC
| under consideration for addition to ANSI c++?
|
| Only problem is, I don't know how to write a template that matches a
| variable size array.

I don't know either. I can say for sure that my library don't support non-C++ features, at least not on purpose. :-)
MOO is that variable size arrays are called std::vector<>.

br

Thorsten


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk