Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2015


Ignore:
Timestamp:
Oct 26, 2008, 12:46:41 AM (15 years ago)
Author:
rgrieder
Message:

Reverted changes made for the test. Going to merge now..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/util/Convert.h

    r2014 r2015  
    134134    static bool convert(ToType* output, const FromType& input)
    135135    {
    136         //COUT(2) << "Could not convert value of type " << typeid(FromType).name()
    137         //        << " to type " << typeid(ToType).name() << std::endl;
     136        COUT(2) << "Could not convert value of type " << typeid(FromType).name()
     137                << " to type " << typeid(ToType).name() << std::endl;
    138138        return false;
    139139    }
Note: See TracChangeset for help on using the changeset viewer.