C++Builder 中公共函数为什么不可以使用 _fastcall, 多谢

C++Builder 中公共函数为什么不可以使用 __fastcall, 谢谢C++Builder中公共函数为什么不可以使用fastcall(

C++Builder 中公共函数为什么不可以使用 __fastcall, 谢谢
C++Builder   中公共函数为什么不可以使用   fastcall(),   例如
void   __fastcall   TTest::SetParity1()     ,     这个家上__fastcall,     就出错。

[解决办法]
公共函数??
public 吗??

完全可以的,比如构造函数,默认就是__fastcall
[解决办法]
c++ 标准语法,肯定是使用出错了.
注意保证声明和实现都一致