Daily Archives: 8.4.2008

Migrating from Boost 1.35 to TR1

Just porting some stuff over to TR1, here some things that you need to take care of: For easy migration, prefer to use the boost/tr1/ headers, as they provide a fall-back to Boost if TR1 is not available. std::tr1::function has … Continue reading

Posted in Programming | Tagged , | 2 Comments

Visual C++ feature pack

Microsoft released the Visual C++ feature pack, which brings an updated MFC and — the best part — TR1 support to C++! No more looking for std::tr1::shared_ptr or std::tr1::unordered_set. Woho! Only problem is the installation currently fails if you are … Continue reading

Posted in Programming | Tagged , | Leave a comment