Skip to content

Commit 754f798

Browse files
committed
made move public
1 parent 1918f91 commit 754f798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_string_type.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module stdlib_string_type
2222
public :: string_type
2323
public :: len, len_trim, trim, index, scan, verify, repeat, adjustr, adjustl
2424
public :: lgt, lge, llt, lle, char, ichar, iachar
25-
public :: to_lower, to_upper, to_title, to_sentence, reverse
25+
public :: to_lower, to_upper, to_title, to_sentence, reverse, move
2626
public :: assignment(=)
2727
public :: operator(>), operator(>=), operator(<), operator(<=)
2828
public :: operator(==), operator(/=), operator(//)

0 commit comments

Comments
 (0)