Skip to content
Snippets Groups Projects
Commit 1549909b authored by Nicolas Mansard's avatar Nicolas Mansard
Browse files

Problem of automatic typing with templates.

parent 7725d2a0
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ namespace dynamicgraph {
template <class E,typename T1,typename T2 >
CommandVoid2<E,T1,T2>*
makeCommandVoid2(E& entity,
typename CommandVoid2<E,T1,T2>::function_t function ,
boost::function<void(const T1&,const T2&)> function,
const std::string& docString)
{
return new CommandVoid2<E,T1,T2>( entity,function,docString );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment