Skip to content

Commit

Permalink
revert integral_constant
Browse files Browse the repository at this point in the history
  • Loading branch information
fbusato committed Mar 5, 2025
1 parent cae88e5 commit e01a21c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libcudacxx/include/cuda/std/__type_traits/integral_constant.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ using _BoolConstant _LIBCUDACXX_DEPRECATED _CCCL_NODEBUG_ALIAS = integral_consta
template <bool __b>
using bool_constant = integral_constant<bool, __b>;

template <size_t __v>
using __index_constant = integral_constant<size_t, __v>;

// deprecated [Since 2.7.0]
#define _LIBCUDACXX_BOOL_CONSTANT(__b) bool_constant<(__b)>

Expand Down

0 comments on commit e01a21c

Please sign in to comment.