Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 650 // never throws (but has a BOOST_ASSERT in it, so not marked with BOOST_NOEXCEPT)
- 651 typename boost::detail::sp_member_access< T >::type operator-> () const
- 652 {
- 653 BOOST_ASSERT( px != 0 );
- 654 return px;
- 655 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement