This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Using C++ in GCC is OK


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.


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