Changeset 2015 for code/branches/core3/src/util
- Timestamp:
- Oct 26, 2008, 12:46:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/util/Convert.h
r2014 r2015 134 134 static bool convert(ToType* output, const FromType& input) 135 135 { 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; 138 138 return false; 139 139 }
Note: See TracChangeset
for help on using the changeset viewer.