Quantcast
Channel: Tools
Viewing all articles
Browse latest Browse all 93454

Forum Post: RE: friend class : authorized or not?

$
0
0

[quote user="gilles peltier"]This page indicates that  Multiple Inheritance, for example, is not supported.[/quote]

That's true only if you use the option --embedded_cpp (or -pe for short).  By default all of C++ is supported, except for run-time type identification (RTTI) and exceptions.  And even those features can be enabled with --rtti and --exceptions, respectively.

Thanks and regards,

-George


Viewing all articles
Browse latest Browse all 93454

Trending Articles