You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed_Delta : constant := 0.001;
type Fixed is delta Fixed_Delta range -100.0 .. +100.0
with Small => Fixed_Delta;
F : Fixed;
and then call F’Image; you get
images.adb:150:28: construct not allowed in configurable run-time mode
images.adb:150:28: file s-imfi32.ads not found
images.adb:150:28: entity "System.Img_Fixed_32.Image_Fixed32" not available
The text was updated successfully, but these errors were encountered:
You can’t say, for example,
and then call
F’Image
; you getThe text was updated successfully, but these errors were encountered: