We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a4609 commit 80a647cCopy full SHA for 80a647c
src/app/server-cluster/ServerClusterContext.h
@@ -38,8 +38,6 @@ struct ServerClusterContext
38
PersistentStorageDelegate * const storage = nullptr; /// read/write persistent storage
39
DataModel::InteractionModelContext * const interactionContext = nullptr; /// outside-world communication
40
41
- ServerClusterContext(ServerClusterContext &&) = default;
42
-
43
bool operator!=(const ServerClusterContext & other) const
44
{
45
return (provider != other.provider) //
0 commit comments