mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Refactoring to pass boost::optional by value instead of const ref
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@485 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
e56c9f586e
commit
0357fe1dda
7 changed files with 10 additions and 11 deletions
|
|
@ -29,7 +29,7 @@ namespace detail
|
|||
public:
|
||||
virtual void add( const void* /*p*/, detail::verifiable& v,
|
||||
boost::unit_test::const_string instance,
|
||||
const boost::optional< detail::type_name >& type,
|
||||
boost::optional< detail::type_name > type,
|
||||
boost::unit_test::const_string name )
|
||||
{
|
||||
if( children_.empty() )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue