1 #ifndef BOOST_SMART_PTR_BAD_WEAK_PTR_HPP_INCLUDED 2 #define BOOST_SMART_PTR_BAD_WEAK_PTR_HPP_INCLUDED 6 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 23 # pragma warn -8026 // Functions with excep. spec. are not expanded inline 35 #if defined(__BORLANDC__) && __BORLANDC__ <= 0x564 36 # pragma option push -pc 43 virtual char const *
what()
const throw()
45 return "tr1::bad_weak_ptr";
49 #if defined(__BORLANDC__) && __BORLANDC__ <= 0x564 56 # pragma warn .8026 // Functions with excep. spec. are not expanded inline 59 #endif // #ifndef BOOST_SMART_PTR_BAD_WEAK_PTR_HPP_INCLUDED
virtual char const * what() const