jacobwilliams/json-fortran

Bug with REAL128 and default arguments

jacobwilliams opened this issue · 0 comments

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