work-around with pcsc::shared_ptr<T>::t - again; refs #26

master
Marc Wäckerlin 11 years ago
parent 9fbc9c0dae
commit 20ecfb3474
  1. 14
      src/pcsc.hxx

@ -73,6 +73,13 @@
}
#endif
#include <vector>
#include <map>
#include <memory>
#include <sstream>
#include <iomanip>
#if __cplusplus > 199711L
namespace pcsc {
template<typename T> struct shared_ptr {
@ -89,17 +96,10 @@
}
#endif
#include <vector>
#include <map>
#include <memory>
namespace pcsc {
std::string version();
}
#include <sstream>
#include <iomanip>
/*! @defgroup gpcsc C++ Wrapper around pcsc-lite API
This library is a C++ wrapper to the awful pcsc-lite interface.

Loading…
Cancel
Save