We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82b13c commit 83cd3b6Copy full SHA for 83cd3b6
code-samples/generics_sorting.dpr
@@ -6,7 +6,7 @@
6
should have "constref" parameter, not "const".
7
This was the case of FPC<= 3.2.0, FPC changed it in
8
https://gitlab.com/freepascal.org/fpc/source/-/commit/693491048bf2c6f9122a0d8b044ad0e55382354d .
9
- It is also applied to FPC fixes branch 3.2.3. }
+ It is also applied to FPC fixes branch 3.2.3 and later 3.2.4(rc1). }
10
{$ifdef VER3_0} {$define GENERICS_CONSTREF} {$endif}
11
{$ifdef VER3_2_0} {$define GENERICS_CONSTREF} {$endif}
12
{$ifdef VER3_2_2} {$define GENERICS_CONSTREF} {$endif}
0 commit comments