fallback for old compilers - use: -DNO_CXX2011; refs #26
This commit is contained in:
@@ -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> {
|
||||
|
Reference in New Issue
Block a user