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 448947f commit 5e5d210Copy full SHA for 5e5d210
src/stdlib_io.fypp
@@ -12,7 +12,7 @@ module stdlib_io
12
use stdlib_error, only: error_stop, state_type, STDLIB_IO_ERROR
13
use stdlib_optval, only: optval
14
use stdlib_ascii, only: is_blank
15
- use stdlib_string_type, only : string_type
+ use stdlib_string_type, only : string_type, assignment(=), move
16
implicit none
17
private
18
! Public API
0 commit comments