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.
2 parents ab51305 + 86f3485 commit 016447cCopy full SHA for 016447c
example/README.md
@@ -22,11 +22,16 @@ This example exhibits several important subtleties:
22
perform shallow copies, thereby creating new references to
23
`user_object` without copying the object.
24
25
-Run the example as follows:
+With `gfortran` 13.0.1 20230321 or later in your `PATH`, run the example
26
+as follows:
27
+```
28
+fpm run --example user_object_smart_pointer
29
30
+or with the NAG Fortran compiler in your `PATH`, use
31
```
32
fpm run --example user_object_smart_pointer --compiler nagfor --flag -fpp
33
-which should produce the following output:
34
+either of which should produce the following output:
35
36
Allocating user_object pointer.
37
Defining smart_pointer_1.
0 commit comments