Added _basic_ support for
- std::wstring (just casting char to wchar_t and vice versa)
- std::ofstream
- std::istream
- std::ifstream
- std::ios::fmtflags
inhertance is not taken into account
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1568577
Originator: YES
std::type_info is used by Ogre::Any
Logged In: YES
user_id=1568577
Originator: YES
std::wstring is used by Ogre::UTFString
Logged In: YES
user_id=1568577
Originator: YES
Added std::type_info and std::ostream
Logged In: YES
user_id=1568577
Originator: YES
beside std::wstring we need:
- std::ofstream used in Ogre::StaticGeometry
- std::ios::fmtflags used in Ogre::StringConverter
Logged In: YES
user_id=1568577
Originator: YES
Added _basic_ support for
- std::wstring (just casting char to wchar_t and vice versa)
- std::ofstream
- std::istream
- std::ifstream
- std::ios::fmtflags
inhertance is not taken into account