Skip to content

Commit a5de7d8

Browse files
committed
fixup! modernize-use-equals-default
1 parent cb78eab commit a5de7d8

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
@@ -704,8 +704,8 @@ struct KeyValuePair
704704
using Key = _Key; ///< Key data type
705705
using Value = _Value; ///< Value data type
706706

707-
Key key{}; ///< Item key
708-
Value value{}; ///< Item value
707+
Key key; ///< Item key
708+
Value value; ///< Item value
709709

710710
/// Constructor
711711
_CCCL_FORCEINLINE KeyValuePair() = default;

0 commit comments

Comments
 (0)