Another trial to fix the kInvalidIndex problem
This commit is contained in:
parent
c7bcdb9c0c
commit
bd435f76ab
@ -31,7 +31,7 @@ public:
|
|||||||
SizeType index; //!< A valid index if not equal to kInvalidIndex.
|
SizeType index; //!< A valid index if not equal to kInvalidIndex.
|
||||||
};
|
};
|
||||||
|
|
||||||
enum { kInvalidIndex = ~SizeType(0) };
|
static const SizeType kInvalidIndex = -1;
|
||||||
|
|
||||||
GenericPointer()
|
GenericPointer()
|
||||||
: allocator_(),
|
: allocator_(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user