It seems like variadic templates don't work, it would be good if the following could be used:
- decl: |
template <typename strategy, typename... Args>
Allocator makeAllocator(const std::string& name, Args... args)
cxx-template:
- instantiation: <umpire::strategy::DynamicPool, int, int>
Obviously I would expect to have to list all the arguments, but it would be nice if it worked 😄
It seems like variadic templates don't work, it would be good if the following could be used:
Obviously I would expect to have to list all the arguments, but it would be nice if it worked 😄