diff options
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/snippets/fixed_sizeof_and_find_library_for_fortran.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/snippets/fixed_sizeof_and_find_library_for_fortran.md b/docs/markdown/snippets/fixed_sizeof_and_find_library_for_fortran.md new file mode 100644 index 000000000..6893429e8 --- /dev/null +++ b/docs/markdown/snippets/fixed_sizeof_and_find_library_for_fortran.md @@ -0,0 +1,8 @@ +## Fixed `sizeof` and `find_library` methods for Fortran compilers + +The implementation of the `.sizeof()` method has been fixed for Fortran +compilers (it was previously broken since it would try to compile a C code +snippet). Note that this functionality requires Fortran 2008 support. + +Incidentally this also fixes the `.find_library()` method for Fortran compilers +when the `prefer_static` built-in option is set to true. |
