Skip to content

Commit

Permalink
delete disconnected operator=
Browse files Browse the repository at this point in the history
  • Loading branch information
p-alik committed Jun 1, 2017
1 parent 07dc392 commit b4b7285
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libtest/exception/disconnected.hpp
Expand Up @@ -47,6 +47,8 @@ class disconnected : public libtest::exception

disconnected(const disconnected&);

disconnected& operator=(const disconnected&) = delete;

// The following are just for unittesting the exception class
static bool is_disabled();
static void disable();
Expand Down

0 comments on commit b4b7285

Please sign in to comment.