fallback for old compilers - use: -DNO_CXX2011; refs #26

This commit is contained in:
Marc Wäckerlin
2013-06-13 09:30:42 +00:00
parent ab52b83f35
commit f63b0388ef

View File

@@ -73,7 +73,7 @@
}
#endif
#if __cplusplus <= 199711L
#ifdef NO_CXX2011
#include <boost/shared_ptr.hpp>
namespace std {
template<class T> class shared_ptr: public boost::shared_ptr<T> {