RAD Studio
ContentsIndex
PreviousUpNext
E2132: Templates and overloaded operators cannot have C linkage

You tried to use a linkage specification with a template or overloaded operator. The most common cause for this error message is having the declaration wrapped in an extern "C" linkage specification.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!