Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

String allocation

gib
New Contributor II
310 Views

This statement:

character(len=:), allocatable :: buffer


gives a compile error with my version of IVF (11.075).  When did this become possible?

0 Kudos
2 Replies
andrew_4619
Honored Contributor II
310 Views

That is F2003 I think, it was one of the first F2003 features in Ifort if my recall is correct. You would need to hunt around release notes to find the version but maybe around V14????

0 Kudos
gib
New Contributor II
310 Views

Thanks Andrew.

0 Kudos
Reply