[fpc-devel] Dangerous optimization in CASE..OF

Ondrej Pokorny lazarus at kluug.net
Sat Apr 14 09:31:14 CEST 2018


On 02.07.2017 18:49, Jonas Maebe wrote:
> I would be in favour of a new intrinsic.

I have to admit that for some usages I would prefer a compiler intrinsic 
that returns False instead of raising an exception. Something like:

function TryIntToEnum<T: type of enum>(const AValue: Integer; var 
AEnumValue: T): Boolean;

Ondrej



More information about the fpc-devel mailing list