Skip to content

Commit 652cc8b

Browse files
author
Eric Botcazou
committed
Merge branch 'mr/botcazou-gnat#1696' into 'main'
Work around an illegal Ada 2012 construct now spotted by the compiler See merge request eng/shared/vss-text!14
2 parents 42f94c2 + 7dd4c48 commit 652cc8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/text/implementation/vss-strings-cursors-iterators-characters.adb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
--
66

7+
pragma Ada_2022;
8+
79
package body VSS.Strings.Cursors.Iterators.Characters is
810

911
use type VSS.Implementation.Referrers.Magic_String_Access;

0 commit comments

Comments
 (0)