src/work/alpar/invalid.h
changeset 169 940b13aba5ff
parent 165 9b078bc3ce13
child 184 08735c8704cd
equal deleted inserted replaced
1:c0048a861e6b 2:e1619f0f9ae4
    16   /// \ref Invalid is a global type that converts to each iterator
    16   /// \ref Invalid is a global type that converts to each iterator
    17   /// in such a way that the value of the target iterator will be invalid.
    17   /// in such a way that the value of the target iterator will be invalid.
    18   
    18   
    19   //extern Invalid INVALID;
    19   //extern Invalid INVALID;
    20 
    20 
    21   const Invalid &INVALID = *(Invalid *)0;
    21   //const Invalid &INVALID = *(Invalid *)0;
       
    22   const Invalid INVALID = Invalid();
    22 
    23 
    23 };
    24 };
    24 
    25 
    25 #endif
    26 #endif
    26   
    27