mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Cleanup
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@384 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
ad40a1a9cf
commit
7fc80c1035
2 changed files with 1 additions and 2 deletions
|
|
@ -13,7 +13,6 @@
|
||||||
#include <boost/detail/container_fwd.hpp>
|
#include <boost/detail/container_fwd.hpp>
|
||||||
#include <boost/function_types/is_callable_builtin.hpp>
|
#include <boost/function_types/is_callable_builtin.hpp>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <string>
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
namespace boost
|
namespace boost
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@ namespace mock
|
||||||
namespace detail
|
namespace detail
|
||||||
{
|
{
|
||||||
template< typename E >
|
template< typename E >
|
||||||
E& configure( const object& o, E& e,
|
E& configure( const object& o, E& e,
|
||||||
boost::unit_test::const_string instance,
|
boost::unit_test::const_string instance,
|
||||||
const boost::optional< type_name >& type,
|
const boost::optional< type_name >& type,
|
||||||
boost::unit_test::const_string name )
|
boost::unit_test::const_string name )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue