Skip to content
Snippets Groups Projects

Redesign abstraction

Merged Jan Trávníček requested to merge redesign_abstraction into master
5 files
+ 36
50
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -31,7 +31,7 @@ public:
if ( this->cached ( ) )
return true;
this->template run_helper < ParamTypes ... > ( m_callback, this->m_params, std::make_index_sequence < sizeof ... ( ParamTypes ) > { } );
this->template run_helper < ParamTypes ... > ( m_callback, this->m_params );
return true;
}
Loading