added compiler warning; refs #26

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

@ -74,6 +74,7 @@
#endif
#ifdef NO_CXX2011
#warning Old compiler (pre 2011): using boost as replacement for std
#include <boost/shared_ptr.hpp>
namespace std {
template<class T> class shared_ptr: public boost::shared_ptr<T> {

Loading…
Cancel
Save