Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 9, 2009, 2:48:32 PM (15 years ago)
Author:
rgrieder
Message:

Renamed stupid omni_cast to multi_cast. It still eats about anything ;)

File:
1 edited

Legend:

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

    r2710 r3125  
    370370    // That means you can call it exactly like static_cast<ToType>(fromTypeValue).
    371371    template<class ToType, class FromType>
    372     inline ToType omni_cast(const FromType& input)
     372    inline ToType multi_cast(const FromType& input)
    373373    {
    374374        ToType output;
Note: See TracChangeset for help on using the changeset viewer.