Skip to content

Commit

Permalink
delete Error operator=
Browse files Browse the repository at this point in the history
  • Loading branch information
p-alik committed Jun 1, 2017
1 parent 697b58e commit 04a8ba7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libtest/error.h
Expand Up @@ -91,6 +91,8 @@ class Error
{
}

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

bool is_error() const
{
return _is_error;
Expand Down

0 comments on commit 04a8ba7

Please sign in to comment.