Skip to content

Commit

Permalink
accept position of make_shared_from_arg_tuples
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDold committed Apr 13, 2024
1 parent c013093 commit ca33ae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/search/plugins/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ class TypedFeature : public FeatureAuto<Constructed> {
before calling the constructor. The resulting arguments will be used
as arguments to make_shared.
*/
// TODO issue1082 where should this live?
template<typename T, typename ... Arguments>
std::shared_ptr<T> make_shared_from_arg_tuples(Arguments... arguments) {
return std::apply(
Expand Down

0 comments on commit ca33ae0

Please sign in to comment.