Skip to content

Commit

Permalink
Merge adjacent namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Aug 28, 2023
1 parent aef7d84 commit 5341cfd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/alpaka/vec/Vec.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -668,10 +668,7 @@ namespace alpaka
ALPAKA_UNREACHABLE({});
}
};
} // namespace trait

namespace trait
{
//! ReverseVec specialization for Vec.
template<typename TDim, typename TVal>
struct ReverseVec<Vec<TDim, TVal>>
Expand Down

0 comments on commit 5341cfd

Please sign in to comment.