We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6b84d commit c4f6754Copy full SHA for c4f6754
1 file changed
cub/cub/util_type.cuh
@@ -701,8 +701,8 @@ struct KeyValuePair
701
using Key = _Key; ///< Key data type
702
using Value = _Value; ///< Value data type
703
704
- Key key{}; ///< Item key
705
- Value value{}; ///< Item value
+ Key key; ///< Item key
+ Value value; ///< Item value
706
707
/// Constructor
708
_CCCL_FORCEINLINE KeyValuePair() = default;
0 commit comments