From ca33ae0d9433244c35d3f9ba91a0c126855aac0e Mon Sep 17 00:00:00 2001 From: Simon Dold Date: Sat, 13 Apr 2024 13:48:07 +0200 Subject: [PATCH] accept position of make_shared_from_arg_tuples --- src/search/plugins/plugin.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/search/plugins/plugin.h b/src/search/plugins/plugin.h index 4b67397aac..6092a35d9e 100644 --- a/src/search/plugins/plugin.h +++ b/src/search/plugins/plugin.h @@ -122,7 +122,6 @@ class TypedFeature : public FeatureAuto { before calling the constructor. The resulting arguments will be used as arguments to make_shared. */ -// TODO issue1082 where should this live? template std::shared_ptr make_shared_from_arg_tuples(Arguments... arguments) { return std::apply(