Skip to content

v1.7.0: Merge pull request #167 from Goddard-Fortran-Ecosystem/develop

Compare
Choose a tag to compare
@tclune tclune released this 08 Apr 20:45
· 191 commits to main since this release
2ad306c

Changed

  • Eliminated type-bound overload of assignment(=) for set, map, and ordered_map. It was found that
    it caused problems with ifort 2021.5.0 and not needed by other compilers after other recent changes.

  • Also made deep-copy RECURSIVE, as this is needed in the yaFyaml use
    case. RECURSIVE is of course now default in Fortran, but not all compilers
    have implemented this consistently at this time.