Skip to content

Commit

Permalink
Trim trailing whitespaces
Browse files Browse the repository at this point in the history
Co-Authored-By: Thomas Padioleau <[email protected]>
  • Loading branch information
dalg24 and tpadioleau committed Dec 4, 2024
1 parent 73d3296 commit f7b54fd
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 f7b54fd

Please sign in to comment.