From f63b0388ef8a570011a529480e943ee0256a592f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 13 Jun 2013 09:30:42 +0000 Subject: [PATCH] fallback for old compilers - use: -DNO_CXX2011; refs #26 --- src/pcsc.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pcsc.hxx b/src/pcsc.hxx index 5b2159e..bc1c6bb 100644 --- a/src/pcsc.hxx +++ b/src/pcsc.hxx @@ -73,7 +73,7 @@ } #endif -#if __cplusplus <= 199711L +#ifdef NO_CXX2011 #include namespace std { template class shared_ptr: public boost::shared_ptr {