Skip to content

Commit

Permalink
Missing return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Jun 6, 2018
1 parent 386463d commit 818a4db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions amgcl/backend/builtin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ struct crs {
}
}
}

return *this;
}

const crs& operator=(crs &&other) {
Expand Down

0 comments on commit 818a4db

Please sign in to comment.