static_cast not declared

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

static_cast not declared

1,838件の閲覧回数
Lars
Contributor I
Hi,
 
I am using a CodeWarrior HC(S)12 and are having problems compiling when using static_cast.
Does anyone know what I can do?
 
 
 
ラベル(1)
0 件の賞賛
返信
1 返信

764件の閲覧回数
stanish
NXP Employee
NXP Employee
Unfortunatelly, following C++ cast keywords are not supported by CodeWarrior for HC12 (v4.7):

– static_cast
– const_cast
– reinterpret_cast
– dynamic_cast

 I'd suggest you to use C-style casting instead.
0 件の賞賛
返信