mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
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:
parent
86319a23d5
commit
82a0d3b146
1 changed files with 1 additions and 9 deletions
|
|
@ -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_;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue