Changes in src/libcfa/containers/result [20877d2:58daf53]
- File:
-
- 1 edited
-
src/libcfa/containers/result (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/containers/result
r20877d2 r58daf53 10 10 // Created On : Wed May 24 14:45:00 2017 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Fri Jun 16 15:41:00 201713 // Update Count : 212 // Last Modified On : Thr May 25 16:39:00 2017 13 // Update Count : 1 14 14 // 15 15 … … 55 55 bool ?!=?(result(T, E) this, zero_t); 56 56 57 /* Wating for bug#11 to be fixed.58 57 forall(otype T, otype E) 59 58 result(T, E) result_value(T value); … … 61 60 forall(otype T, otype E) 62 61 result(T, E) result_error(E error); 63 */64 62 65 63 forall(otype T, otype E)
Note:
See TracChangeset
for help on using the changeset viewer.