Skip to content

Commit f262832

Browse files
committed
updated
1 parent f2eb992 commit f262832

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/call_traits.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ struct call_traits {
214214
}
215215
};
216216

217+
#if 0 // Not used currently
217218

218219
template <typename ...P>
219220
struct subst_gather {};
@@ -260,7 +261,7 @@ auto call_with_more_args(FUNC &&func, ARGS&&...args) -> typename call_traits<FUN
260261
return Type::call(std::forward<FUNC>(func), std::forward<ARGS>(args)...);
261262
}
262263

263-
264+
#endif
264265

265266
}
266267
#endif

0 commit comments

Comments
 (0)