This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
GPL Runtime Exception and C++ Inheritance
- From: Jeremy Vincent Yu <yujeremyvincent at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 5 Jul 2017 09:28:15 +0800
- Subject: GPL Runtime Exception and C++ Inheritance
- Authentication-results: sourceware.org; auth=none
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?