add a variation on the EC_LOCAL_TEMPO_SCOPE macro

This commit is contained in:
Paul Davis 2025-09-11 15:08:55 -06:00
parent 0122f5072f
commit 77bc293aee

View file

@ -123,3 +123,4 @@ struct TempoMapScope {
} // namespace
#define EC_LOCAL_TEMPO_SCOPE Temporal::TempoMapScope __tms (*this);
#define EC_LOCAL_TEMPO_SCOPE_ARG(arg) Temporal::TempoMapScope __tms (arg);