- D72AA05A37C27031CD0E6E91F2F2D7070EF55916103B1168348BEF7D7227A975C2C981D549317A691BB9E42EAE9435204C83EFBEF3DAE547963028A7CE43CB0A
+ 144E69764A0A6E1F9A65A47A8F26F5F155FBA6B1FFC26472AAEC58C384A3ED99D54B38C6A45B15CEF602D8A7317759FC8D7D2CC9CBCC73EB689C30F2A673DF90
zfp/adainclude/s-elaall.adb
(28 . 9)(28 . 9)
125 procedure Check_Standard_Allocator is
126 begin
127 if not Elaboration_In_Progress then
128 raise Program_Error with
129 "standard allocator after elaboration is complete is not allowed "
130 & "(No_Standard_Allocators_After_Elaboration restriction active)";
131 raise Program_Error;-- with
132 --"standard allocator after elaboration is complete is not allowed "
133 --& "(No_Standard_Allocators_After_Elaboration restriction active)";
134 end if;
135 end Check_Standard_Allocator;
136