|
Boost-Commit : |
From: emil_at_[hidden]
Date: 2008-08-28 19:58:26
Author: emildotchevski
Date: 2008-08-28 19:58:26 EDT (Thu, 28 Aug 2008)
New Revision: 48430
URL: http://svn.boost.org/trac/boost/changeset/48430
Log:
insignificant
Text files modified:
trunk/boost/exception/info.hpp | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
Modified: trunk/boost/exception/info.hpp
==============================================================================
--- trunk/boost/exception/info.hpp (original)
+++ trunk/boost/exception/info.hpp 2008-08-28 19:58:26 EDT (Thu, 28 Aug 2008)
@@ -163,12 +163,6 @@
e->data_ = intrusive_ptr<exception_detail::error_info_container>(new exception_detail::error_info_container_impl);
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>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk