[PATCH 1/4] Mark all member functions with memory models always inline

Andi Kleen ak@linux.intel.com
Tue Mar 19 15:51:00 GMT 2013


> Using __always_inline as the name of the macro is a bad idea, glibc
> headers use that macro already.  Just use something else in public headers
> that aren't part of glibc.

That's why I had the ifdef, but ok.  I'll use __force_inline then.

-Andi



More information about the Libstdc++ mailing list