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:
@ -24,7 +24,7 @@ package body H3.MM is
|
||||
end if;
|
||||
end Get_Item_Pointer;
|
||||
|
||||
function Is_Shared (R: in Ref_Counted) return Standard.Boolean is
|
||||
function Is_Shared (R: in Ref_Counted) return Boolean is
|
||||
begin
|
||||
--return R.Data /= null and then not System.Atomic_Counters.Is_One(R.Data.Refs);
|
||||
return R.Data /= null and then R.Data.Refs > 1;
|
||||
|
Reference in New Issue
Block a user