RAD Studio
ContentsIndex
PreviousUpNext
E2211: Inline assembly not allowed in inline and template functions (C++)

The compiler can't handle inline assembly statements in a C++ inline or template function. 

You could eliminate the inline assembly code or, in the case of an inline function, make this a macro, and remove the inline storage class.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!