shared_ptr is already in C++03 pre-releases; refs #7

This commit is contained in:
Marc Wäckerlin
2013-09-27 12:51:23 +00:00
parent 90a391faa4
commit e6f5c93024

View File

@@ -28,7 +28,7 @@
# ifdef MRW__OLD_PRE11_COMPILER
# if __cplusplus > 200300L
# if __cplusplus < 200300L
# include <boost/shared_ptr.hpp>
namespace std {
// there is no std::shared_ptr in pre C++11 compilers, so we use the