Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cString => cSourceString; tyCString => tyCstring so that error msgs show ↵ | Timothee Cour | 2021-04-17 | 1 | -2/+2 |
| | | | | cstring, not cString (#17744) | ||||
* | new-style concepts implementation, WIP (#15251) | Andreas Rumpf | 2021-02-24 | 1 | -0/+340 |
* fixes #15210 [backport:1.2] * make tests green * make ordinal work * makes Swapable test compile * make Indexable example work * concepts: 'self' is now 'Self' * concepts: make Dictionary example compile * document the new concept implementation * concepts: make typeDesc work properly * concepts: allow documentation comments (d'oh) |