This is the mail archive of the gcc-help@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]

GPL Runtime Exception and C++ Inheritance


Under the GPL3 runtime exception,am I allowed to subclass parts of the standard c++ library(e.g.std::vector) for use in my non-GPL program?What about instantiating objects of classes in the standard c++ library(e.g. std::string) in my own classes?


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