summary refs log tree commit diff stats
path: root/tests/concepts/tmatrixconcept.nim
Commit message (Collapse)AuthorAgeFilesLines
* make concepts tests green againAndreas Rumpf2018-07-061-3/+3
|
* Working test cases for the sophisticated matrix library example from the manualZahary Karadjov2017-03-241-4/+18
| | | | | Fixed the dot operator when used within return types (see tgenericdotrettype) Fixed the matching of generic concepts aliases used with the implicit generics style
* implement the special treatment of explicit type params in conceptsZahary Karadjov2017-03-241-1/+1
|
* support for inferring static[T] concept paramsZahary Karadjov2017-03-241-0/+67