I am trying to use std::shared_ptr in my code. I have seen there have been other questions on the subject, but I am still getting a compiler error. Have I got t
std::shared_ptr
std::tr1::shared_ptr is part of the TR1 additions to the C++ STL. With GCC, it is available either through #include (GCC 4.1) or #include (GCC 4.3)
std::tr1::shared_ptr
#include