Commit 79b5eeb0 by Arnaud Charlet

Complete previous change.

From-SVN: r228900
parent 8434cfc7
......@@ -618,7 +618,9 @@ package body Ada.Containers.Vectors is
end Finalize;
procedure Finalize (Object : in out Iterator) is
pragma Warnings (Off);
pragma Assert (T_Check); -- not called if check suppressed
pragma Warnings (On);
begin
Unbusy (Object.Container.TC);
end Finalize;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment