Option to disable dynamic allocations
If the macro ROME_DELEGATE_NO_DYNAMIC_ALLOCATION is set during compilation or before including the delegate header:
- Remove dynamic allocations.
- Instead, raise a static_assertwith a comprehensible error message.
Edited  by Roger Mettler