Fix for clang

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@691 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2013-08-31 08:11:21 +00:00
parent 86319a23d5
commit 82a0d3b146

View file

@ -53,15 +53,7 @@ namespace detail
protected:
~object()
{}
private:
friend void reset( const object& o );
friend bool verify( const object& o );
template< typename E >
friend E& detail::configure( const object& o, E& e,
boost::unit_test::const_string instance,
boost::optional< detail::type_name > type,
boost::unit_test::const_string name );
private:
public:
boost::shared_ptr< detail::object_impl > impl_;
};