added compiler warning; refs #26
This commit is contained in:
@@ -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> {
|
||||
|
Reference in New Issue
Block a user