Advertisement
Mixail

Untitled

Apr 22nd, 2013
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. 650 // never throws (but has a BOOST_ASSERT in it, so not marked with BOOST_NOEXCEPT)
  2. 651 typename boost::detail::sp_member_access< T >::type operator-> () const
  3. 652 {
  4. 653 BOOST_ASSERT( px != 0 );
  5. 654 return px;
  6. 655 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement