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

master
Marc Wäckerlin 11 years ago
parent ab52b83f35
commit f63b0388ef
  1. 2
      src/pcsc.hxx

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

Loading…
Cancel
Save