Where is shared_ptr?
Posted
by Jake
on Stack Overflow
See other posts from Stack Overflow
or by Jake
Published on 2010-05-27T02:58:31Z
Indexed on
2010/05/27
3:11 UTC
Read the original article
Hit count: 259
c++
|shared-ptr
I am so frustrated right now after several hours trying to find where shared_ptr is located. None of the examples I see show complete code to include the headers for shared_ptr (and working). Simply stating "std" "tr1" and "" is not helping at all! I have downloaded boosts and all but still it doesn't show up! Can someone help me by telling exactly where to find it?
Thanks for letting me vent my frustrations!
© Stack Overflow or respective owner