generics icon indicating copy to clipboard operation
generics copied to clipboard

Results 53 generics issues
Sort by recently updated
recently updated
newest added
trafficstars

Suggested by plenary ``` interface something instantiate my_stp(real, ...) ```

This is an issue we discussed during today's meeting. See this example: ```f90 template tmpl{C} integer, constant :: C temlplate tmpl{T} requires my_rqmt{C, T} end template end template ``` The...

Some relevant prior art, please ignore this issue in case the works are already known to you, * Car, D., & List, M. (2010, April). PyF95++ a templating capability for...

Perhaps the following works can serve as inspiration for new examples/uses: * Erwig, M., Fu, Z., & Pflaum, B. (2007). Parametric Fortran: Program generation in scientific computing. Journal of Software...

I suggest "Project to refine concepts for potential features in Fortran 202Y that supports generic programming"

- [x] Scope - [x] Normative references - [x] Terms and definitions (Brad) - [x] Notation, conformance ... - [x] Fortran concepts (Brad) - [x] Lexical tokens ... (Tom) -...

* Add a statement somewhere that "An entity of deferred type shall not appear in a namelist" * Add a statement somewhere that "An entity of deferred type shall not...

* Section 8.2 is the type declaration statement. It raises the question of whether the deferred type declaration statement should go in clause 8 instead.? * Section 8.5 Attributes -...