Is_Code in H3.CC.
Use Wide_Character'First instead of Wide_Character'Val(0) Removed the terminator parameter in the H3.Strings
This commit is contained in:
@ -11,8 +11,8 @@ with System;
|
||||
use type H3.System_Size;
|
||||
|
||||
procedure hello2 is
|
||||
package A is new H3.Arrays(Standard.Wide_Character, 1, Wide_Character'Val(0));
|
||||
package S is new H3.Strings(Standard.Wide_Character, Wide_Character'Val(0));
|
||||
package A is new H3.Arrays(Standard.Wide_Character, 1, Wide_Character'First);
|
||||
package S is new H3.Strings(Standard.Wide_Character);
|
||||
package CC is new H3.CC(Standard.Wide_Character);
|
||||
package C renames Interfaces.C;
|
||||
|
||||
|
Reference in New Issue
Block a user