Skip to content

Commit

Permalink
Merge pull request #30 from CESNET/telemetry-holder-move-constructor
Browse files Browse the repository at this point in the history
telemetry - holder - mark move constructor as default
  • Loading branch information
SiskaPavel authored Nov 4, 2024
2 parents 89efb38 + 2aff06a commit d59681a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/telemetry/holder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Holder {
* @brief Move constructor
* @param other Other holder
*/
Holder(Holder&& other) = delete;
Holder(Holder&& other) = default;

/**
* @brief Move assignment
Expand Down

0 comments on commit d59681a

Please sign in to comment.