Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/containers/maybe

    r20877d2 r58daf53  
    1010// Created On       : Wed May 24 14:43:00 2017
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Fri Jun 16 15:42:00 2017
    13 // Update Count     : 2
     12// Last Modified On : Thr May 25 16:36:00 2017
     13// Update Count     : 1
    1414//
    1515
     
    4646bool ?!=?(maybe(T) this, zero_t);
    4747
    48 /* Waiting for bug#11 to be fixed.
    4948forall(otype T)
    5049maybe(T) maybe_value(T value);
     
    5251forall(otype T)
    5352maybe(T) maybe_none();
    54 */
    5553
    5654forall(otype T)
Note: See TracChangeset for help on using the changeset viewer.