Using C++ in GCC is OK
Jonathan Wakely
jwakely.gcc@gmail.com
Wed Jun 2 14:45:00 GMT 2010
On 2 June 2010 15:33, Emílio Wuerges wrote:
> Now that we are talking about STL & templates: What about boost?
The requirement for a C++98 compiler is a much weaker requirement than
C++98 compiler + working Boost. Boost is not tested on most of the
platforms that GCC targets. Also, Boost APIs are less stable than the
C++ standard library, so specific range of versions might be required.
I use Boost widely, but it is not appropriate in this context.
More information about the Gcc
mailing list