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

master
Marc Wäckerlin 11 years ago
parent 86099c9fd7
commit ebdbb49761
  1. 2
      src/mrw/checkcxx11.hxx

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

Loading…
Cancel
Save