Skip to content

Commit

Permalink
Merge pull request #370 from dalg24/rm_tws
Browse files Browse the repository at this point in the history
Trim trailing whitespaces
  • Loading branch information
dalg24 authored Dec 4, 2024
2 parents 73d3296 + f7b54fd commit cb3bd42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/experimental/__p0009_bits/utility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ struct integral_constant {

MDSPAN_INLINE_FUNCTION_DEFAULTED
constexpr integral_constant() = default;

// These interop functions work, because other than the value_type operator
// everything of std::integral_constant works on device (defaulted functions)
// everything of std::integral_constant works on device (defaulted functions)
MDSPAN_FUNCTION
constexpr integral_constant(std::integral_constant<T,v>) {};

MDSPAN_FUNCTION constexpr operator std::integral_constant<T,v>() const noexcept {
return std::integral_constant<T,v>{};
}
Expand Down

0 comments on commit cb3bd42

Please sign in to comment.