work-around with pcsc::shared_ptr<T>::t - again; refs #26
This commit is contained in:
		
							
								
								
									
										14
									
								
								src/pcsc.hxx
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								src/pcsc.hxx
									
									
									
									
									
								
							| @@ -73,6 +73,13 @@ | |||||||
|   } |   } | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|  | #include <vector> | ||||||
|  | #include <map> | ||||||
|  | #include <memory> | ||||||
|  |  | ||||||
|  | #include <sstream> | ||||||
|  | #include <iomanip> | ||||||
|  |  | ||||||
| #if __cplusplus > 199711L | #if __cplusplus > 199711L | ||||||
|   namespace pcsc { |   namespace pcsc { | ||||||
|     template<typename T> struct shared_ptr { |     template<typename T> struct shared_ptr { | ||||||
| @@ -89,17 +96,10 @@ | |||||||
|   } |   } | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #include <vector> |  | ||||||
| #include <map> |  | ||||||
| #include <memory> |  | ||||||
|  |  | ||||||
| namespace pcsc { | namespace pcsc { | ||||||
|   std::string version(); |   std::string version(); | ||||||
| } | } | ||||||
|  |  | ||||||
| #include <sstream> |  | ||||||
| #include <iomanip> |  | ||||||
|  |  | ||||||
| /*! @defgroup gpcsc C++ Wrapper around pcsc-lite API | /*! @defgroup gpcsc C++ Wrapper around pcsc-lite API | ||||||
|  |  | ||||||
|     This library is a C++ wrapper to the awful pcsc-lite interface. |     This library is a C++ wrapper to the awful pcsc-lite interface. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user