Changeset 6141 for trunk/PROBE_SET/ps_bitset.hxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/PROBE_SET/ps_bitset.hxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PROBE_SET/ps_bitset.hxx
r5433 r6141 105 105 106 106 explicit PS_BitSet_Fast( bool _bias, long _capacity ) : PS_BitSet( _bias,_capacity ) { 107 // we just altered member functions so we don t do anything here107 // we just altered member functions so we don't do anything here 108 108 // but call correct base class constructor to prevent 109 109 // the call of PS_BitSet() without parameters … … 389 389 390 390 // as i assume that a user of the _FAST variant knows how much 391 // data will be stored in the set we don t adjust the given391 // data will be stored in the set we don't adjust the given 392 392 // capacity to bigger chunks as PS_BitSet::reserve does 393 393 bool PS_BitSet_Fast::reserve( const long _capacity ) {
