equal
deleted
inserted
replaced
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 |