We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb78eab commit a5de7d8Copy full SHA for a5de7d8
1 file changed
cub/cub/util_type.cuh
@@ -704,8 +704,8 @@ struct KeyValuePair
704
using Key = _Key; ///< Key data type
705
using Value = _Value; ///< Value data type
706
707
- Key key{}; ///< Item key
708
- Value value{}; ///< Item value
+ Key key; ///< Item key
+ Value value; ///< Item value
709
710
/// Constructor
711
_CCCL_FORCEINLINE KeyValuePair() = default;
0 commit comments