@@ -235,8 +235,9 @@ Generic subroutine.
235235
236236` array ` : shall be a rank one array of any of the types:
237237` integer(int8) ` , ` integer(int16) ` , ` integer(int32) ` , ` integer(int64) ` ,
238- ` real(sp) ` , ` real(dp) ` , ` real(qp) ` , ` character(*) ` , or
239- ` type(string_type) ` . It is an ` intent(inout) ` argument. On input it is
238+ ` real(sp) ` , ` real(dp) ` , ` real(qp) ` , ` character(*) ` , ` type(string_type) ` ,
239+ ` type(bitset_64) ` , or ` type(bitset_large) ` .
240+ It is an ` intent(inout) ` argument. On input it is
240241the array to be sorted. If both the type of ` array ` is real and at
241242least one of the elements is a ` NaN ` , then the ordering of the result
242243is undefined. Otherwise on return its elements will be sorted in order
@@ -301,8 +302,9 @@ Pure generic subroutine.
301302
302303` array ` : shall be a rank one array of any of the types:
303304` integer(int8) ` , ` integer(int16) ` , ` integer(int32) ` , ` integer(int64) ` ,
304- ` real(sp) ` , ` real(dp) ` , ` real(qp) ` . ` character(*) ` , or
305- ` type(string_type) ` . It is an ` intent(inout) ` argument. On return its
305+ ` real(sp) ` , ` real(dp) ` , ` real(qp) ` . ` character(*) ` , ` type(string_type) ` ,
306+ ` type(bitset_64) ` , or ` type(bitset_large) ` .
307+ It is an ` intent(inout) ` argument. On return its
306308input elements will be sorted in order of non-decreasing value.
307309
308310
@@ -405,8 +407,9 @@ Generic subroutine.
405407
406408` array ` : shall be a rank one array of any of the types:
407409` integer(int8) ` , ` integer(int16) ` , ` integer(int32) ` , ` integer(int64) ` ,
408- ` real(sp) ` , ` real(dp) ` , ` real(qp) ` , ` character(*) ` , or
409- ` type(string_type) ` . It is an ` intent(inout) ` argument. On input it
410+ ` real(sp) ` , ` real(dp) ` , ` real(qp) ` , ` character(*) ` , ` type(string_type) ` ,
411+ ` type(bitset_64) ` , or ` type(bitset_large) ` .
412+ It is an ` intent(inout) ` argument. On input it
410413will be an array whose sorting indices are to be determined. On return
411414it will be the sorted array.
412415
0 commit comments