Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 7, 2015, 2:42:14 PM (8 years ago)
Author:
landauf
Message:

made conversion to bool operators explicit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v2/src/libraries/core/object/IteratorBase.h

    r10765 r10770  
    149149                @return True if the Iterator points to an existing object.
    150150            */
    151             inline operator bool() const
     151            inline explicit operator bool() const
    152152            {
    153153                return (this->element_ != nullptr);
Note: See TracChangeset for help on using the changeset viewer.