We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Werror=template-id-cdtor
1 parent 6b74b0d commit 81f0069Copy full SHA for 81f0069
thirdparty/filewatch/FileWatch.hpp
@@ -126,7 +126,7 @@ namespace filewatch {
126
FileWatch<T>& operator=(const FileWatch<T>& other) = delete;
127
128
// Const memeber varibles don't let me implent moves nicely, if moves are really wanted std::unique_ptr should be used and move that.
129
- FileWatch<T>(FileWatch<T>&&) = delete;
+ FileWatch(FileWatch<T>&&) = delete;
130
FileWatch<T>& operator=(FileWatch<T>&&) & = delete;
131
132
private:
0 commit comments