8 Jun
2012
8 Jun
'12
1:45 p.m.
I have question about boost pointer. If I define a pointer by using: boost::shared_ptr<int> p; How to use p to get next int? In classic c++ pointer, I could use *(p+1). How to do it in Boost? -- View this message in context: http://boost.2283326.n4.nabble.com/question-about-boost-pointer-tp4631069.ht... Sent from the Boost - Users mailing list archive at Nabble.com.