Skip to content

Commit

Permalink
fix comment bug in heterogeneous map header
Browse files Browse the repository at this point in the history
Signed-off-by: Melody Ren <melodyr@nvidia.com>
  • Loading branch information
melody-ren committed Dec 9, 2024
1 parent 204d088 commit a8ecb60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libs/core/include/cuda-qx/core/heterogeneous_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ class heterogeneous_map {
/// @param _other The map to copy from
heterogeneous_map(const heterogeneous_map &_other) { *this = _other; }

/// @brief Move constructor
/// @param _other The map to move from
heterogeneous_map(heterogeneous_map &_other) { *this = _other; }

/// @brief Constructor from initializer list
/// @param list The initializer list of key-value pairs
heterogeneous_map(
Expand Down

0 comments on commit a8ecb60

Please sign in to comment.