Closed MichaelVarvarin closed 2 months ago
This bugfix is required because we have a detail namespace in alpaka::trait and alpaka. All usages from within the namespace alpaka::trait will look into alpaka::trait::detail if we do a lookup to e.g. detail::Foo
alpaka::trait
alpaka
alpaka::trait::detail
detail::Foo
This bugfix is required because we have a detail namespace in
alpaka::trait
andalpaka
. All usages from within the namespacealpaka::trait
will look intoalpaka::trait::detail
if we do a lookup to e.g.detail::Foo