jacobwilliams / json-fortran

A Modern Fortran JSON API
https://jacobwilliams.github.io/json-fortran/
Other
333 stars 82 forks source link

Bug with REAL128 and default arguments #550

Closed jacobwilliams closed 5 months ago

jacobwilliams commented 5 months ago

Some bug here when compiling with -DREAL128:

% fpm build --flag "-DREAL128"
json_value_module.F90                  failed.
[ 25%] Compiling...
././src/json_value_module.F90:8772:17:

 8772 |         call json%get(me, path, tmp, found, default)
      |                 1
Error: Found no matching specific binding for the call to the GENERIC ‘get’ at (1)
<ERROR> Compilation failed for object " src_json_value_module.F90.o "
<ERROR> stopping due to failed compilation
STOP 1