Skip to content

Commit ba01fc1

Browse files
committed
Add template keyword for dependent Data member
1 parent 6cfab20 commit ba01fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/celeritas/optical/gen/OffloadGatherAction.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class OffloadGatherAction final : public CoreStepActionInterface,
9494
//// TYPES ////
9595

9696
template<Ownership W, MemSpace M>
97-
using Data = typename TraitsT::Data<W, M>;
97+
using Data = typename TraitsT::template Data<W, M>;
9898
using Executor = typename TraitsT::Executor;
9999

100100
//// DATA ////

0 commit comments

Comments
 (0)