Changes in tests/function-operator.cfa [200fcb3:25773cd]
- File:
-
- 1 edited
-
tests/function-operator.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/function-operator.cfa
r200fcb3 r25773cd 10 10 // Created On : Fri Aug 25 15:21:11 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : T ue Dec 4 21:37:09 201813 // Update Count : 912 // Last Modified On : Thu Apr 11 18:27:45 2019 13 // Update Count : 10 14 14 // 15 15 … … 62 62 63 63 // test ?()(T, ...) -- ?() with function call-by-reference 64 forall(otype Generator, otype GenRet | { GenRet ?()(Generator &); }, dtype Iter, otype T | Iterator(Iter, T) | Assignable(T, GenRet))64 forall(otype Generator, otype GenRet | { GenRet ?()(Generator &); }, dtype Iter, otype T | Iterator(Iter, T) | Assignable(T, GenRet)) 65 65 void generate(Iter first, Iter last, Generator & gen) { 66 66 int i = 0;
Note:
See TracChangeset
for help on using the changeset viewer.