Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 4, 2015, 10:25:42 PM (9 years ago)
Author:
landauf
Message:

replace 'NULL' by 'nullptr'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v2/src/libraries/util/SmallObjectAllocator.cc

    r7401 r10765  
    9797                setNext(block + i * this->chunkSize_, block + (i + 1) * this->chunkSize_);
    9898
    99             // the next_ pointer of the last chunk must point to NULL
     99            // the next_ pointer of the last chunk must point to nullptr
    100100            setNext(block + (this->numChunksPerBlock_ - 1) * this->chunkSize_, 0);
    101101
Note: See TracChangeset for help on using the changeset viewer.