Prefix a member template name with the template keyword. (#1796)

Fixes llvm buld error.
This commit is contained in:
John Shumway 2024-09-11 10:33:56 -07:00 committed by GitHub
parent dbdae514e0
commit 3a8c01a18b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -640,7 +640,7 @@ public:
tRS_rC,
thread_idx
);
auto cst_callbacks = fusion_callbacks.get_consumer_store_callbacks<RefSrc>(cst_args);
auto cst_callbacks = fusion_callbacks.template get_consumer_store_callbacks<RefSrc>(cst_args);
bool is_producer_load_needed = fusion_callbacks.is_producer_load_needed();
bool is_C_load_needed = is_source_supported && fusion_callbacks.is_C_load_needed();