asBEHAVE_REF_CAST / asBEHAVE_IMPLICIT_REF_CAST deprecated...

Started by
1 comment, last by taliska 9 years, 2 months ago

Hi,

I noticed these are deprecated in the latest WIP. Is the replacement opConv & opImplConv or something else? (it's just the docs are a bit out of date and don't provide guidance in this case, as they suggest those operators are only suitable for value types.

;-)

Cheers,

Kaz

Advertisement

asBEHAVE_REF_CAST ==> opCast

asBEHAVE_IMPLICIT_REF_CAST ==> opImplCast

asBEHAVE_VALUE_CAST ==> opConv

asBEHAVE_IMPLICIT_VALUE_CAST ==> opImplConv

asBEHAVE_REF_CAST ==> opCast

asBEHAVE_IMPLICIT_REF_CAST ==> opImplCast

asBEHAVE_VALUE_CAST ==> opConv

asBEHAVE_IMPLICIT_VALUE_CAST ==> opImplConv

Awesome! Thanks for the help Jason.

;-)

<edit>

Don't know how I missed that in the comments next to the deprecated #define! Obviously need coffee...

</edit>

This topic is closed to new replies.

Advertisement