On Fri, Mar 16, 2012 at 12:19 PM, David Malcolm <dmalc...@redhat.com> wrote:
> C++ is likely to make it more difficult to embed GCC into such apps > (e.g. nasty ordering issues for globals with non-empty constructors; If you were going to write an API in C and you have no globals that require a dynamic initialization, there is not reason you would need one just because you use C++. -- Gaby