Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/camp/tuple.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ struct tuple {
camp::list<Elements...>,
camp::make_idx_seq_t<sizeof...(Elements)>>::type;
using type = tuple;
Base base; // Place this back into private when XLC can handle this better.

private:
Base base;

template <camp::idx_t index, class Tuple>
CAMP_HOST_DEVICE constexpr friend auto& get(Tuple& t) noexcept;
Expand Down