mirror of
https://github.com/boostorg/exception.git
synced 2025-07-16 22:12:05 +02:00
insignificant
[SVN r48430]
This commit is contained in:
@ -163,12 +163,6 @@ boost
|
|||||||
e->data_ = intrusive_ptr<exception_detail::error_info_container>(new exception_detail::error_info_container_impl);
|
e->data_ = intrusive_ptr<exception_detail::error_info_container>(new exception_detail::error_info_container_impl);
|
||||||
e->data_->set(x,typeid_);
|
e->data_->set(x,typeid_);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline
|
|
||||||
void
|
|
||||||
set_data( void const *, shared_ptr<exception_detail::error_info_base const> const &, exception_detail::type_info_ const & )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
template <class E,class Tag,class T>
|
template <class E,class Tag,class T>
|
||||||
|
Reference in New Issue
Block a user