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 204d088 commit a8ecb60Copy full SHA for a8ecb60
libs/core/include/cuda-qx/core/heterogeneous_map.h
@@ -46,10 +46,6 @@ class heterogeneous_map {
46
/// @param _other The map to copy from
47
heterogeneous_map(const heterogeneous_map &_other) { *this = _other; }
48
49
- /// @brief Move constructor
50
- /// @param _other The map to move from
51
- heterogeneous_map(heterogeneous_map &_other) { *this = _other; }
52
-
53
/// @brief Constructor from initializer list
54
/// @param list The initializer list of key-value pairs
55
heterogeneous_map(
0 commit comments