Skip to content

Commit c4f6754

Browse files
committed
fixup! modernize-use-equals-default
1 parent ef6b84d commit c4f6754

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cub/cub/util_type.cuh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,8 +701,8 @@ struct KeyValuePair
701701
using Key = _Key; ///< Key data type
702702
using Value = _Value; ///< Value data type
703703

704-
Key key{}; ///< Item key
705-
Value value{}; ///< Item value
704+
Key key; ///< Item key
705+
Value value; ///< Item value
706706

707707
/// Constructor
708708
_CCCL_FORCEINLINE KeyValuePair() = default;

0 commit comments

Comments
 (0)