So if you have a namespace like std::tr1 you can rename it likewise
namespace tr1=std::tr1; // New name will be tr1 using namespace tr1; // Using this new name
Finally good news for MFC developers as Microsoft has made Visual C++ 2008 Libraries Extension Feature Pack Final Release!
Available for download here. Informative video by Stephen T. Lavavej on TR1 release is here.
I’m back in business, hip hip hurray! 😀
Some classes in TR1 that I am working on…
Will add more as I get time!