Skip to content

Commit

Permalink
Add missing template keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 committed Jul 23, 2018
1 parent 1cdb3a8 commit 457aac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/machine/Pipeline.cpp
Expand Up @@ -244,7 +244,7 @@ namespace shogun
result->m_stages.emplace_back(
stage.first,
object->clone()
->as<typename std::remove_pointer<decltype(
->template as<typename std::remove_pointer<decltype(
object)>::type>());
},
stage.second);
Expand Down

0 comments on commit 457aac1

Please sign in to comment.