Skip to content

Commit 83cd3b6

Browse files
committed
Update comment, GENERICS_CONSTREF is only for FPC <= 3.2.2
1 parent f82b13c commit 83cd3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-samples/generics_sorting.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
should have "constref" parameter, not "const".
77
This was the case of FPC<= 3.2.0, FPC changed it in
88
https://gitlab.com/freepascal.org/fpc/source/-/commit/693491048bf2c6f9122a0d8b044ad0e55382354d .
9-
It is also applied to FPC fixes branch 3.2.3. }
9+
It is also applied to FPC fixes branch 3.2.3 and later 3.2.4(rc1). }
1010
{$ifdef VER3_0} {$define GENERICS_CONSTREF} {$endif}
1111
{$ifdef VER3_2_0} {$define GENERICS_CONSTREF} {$endif}
1212
{$ifdef VER3_2_2} {$define GENERICS_CONSTREF} {$endif}

0 commit comments

Comments
 (0)