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.
1 parent 5959338 commit a767033Copy full SHA for a767033
src/sourcery/sourcery_string_m.f90
@@ -76,7 +76,7 @@ elemental module function get_json_string(self, key, mold) result(value_)
76
type(string_t) :: value_
77
end function
78
79
- elemental module function get_json_integer(self, key, mold) result(value_)
+ pure module function get_json_integer(self, key, mold) result(value_)
80
implicit none
81
class(string_t), intent(in) :: self, key
82
integer, intent(in) :: mold
0 commit comments