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 dcddf40 commit 19985aaCopy full SHA for 19985aa
include/mkldnn.hpp
@@ -53,7 +53,7 @@ template <typename T, typename traits=handle_traits<T>> class handle {
53
private:
54
std::shared_ptr<typename std::remove_pointer<T>::type> _data;
55
handle(const handle &&) {}
56
- handle &operator=(const handle &&other) {}
+ handle &operator=(const handle &&other) = delete;
57
protected:
58
/// Constructs a C handle wrapper.
59
/// @param t The C handle to wrap.
0 commit comments