From 45c9096c410ad0025e1d27ad0e07cfc55bd9a375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 13 Jun 2013 10:37:04 +0000 Subject: [PATCH] added compiler warning; refs #26 --- src/pcsc.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pcsc.hxx b/src/pcsc.hxx index bc1c6bb..d00bf5a 100644 --- a/src/pcsc.hxx +++ b/src/pcsc.hxx @@ -74,6 +74,7 @@ #endif #ifdef NO_CXX2011 +#warning Old compiler (pre 2011): using boost as replacement for std #include namespace std { template class shared_ptr: public boost::shared_ptr {