Skip to content

Commit

Permalink
Changed the comment on P2819 to clearly state that
Browse files Browse the repository at this point in the history
the WG21 paper has been voted into the draft for C++26
  • Loading branch information
nliber committed May 31, 2024
1 parent 54781cc commit 9c616e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/Kokkos_Complex.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,8 @@ class

} // namespace Kokkos

// Tuple protocol for complex based on https://wg21.link/p2819r2
// Tuple protocol for complex based on https://wg21.link/p2819r2 (voted into
// the C++26 working draft on 2023-11)
template <typename RealType>
struct std::tuple_size<Kokkos::complex<RealType>>
: std::integral_constant<size_t, 2> {};
Expand Down

0 comments on commit 9c616e6

Please sign in to comment.