Using stl containers in gcc

Jeff Law law@redhat.com
Tue May 3 14:59:00 GMT 2016


On 05/03/2016 08:44 AM, Andres Tiraboschi wrote:
> Hi,
> Does anyone know if there is a good reason for not using stl
> containers in gcc sources?
> I'm asking because I didn't find any use of them in the code I read.
The GCC coding conventions allow the use of the standard library; but 
you have to be careful WRT objects that are subject to garbage collection.

jeff



More information about the Gcc mailing list