Skip to content

Commit

Permalink
fixed the answer for exercise 6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvoid committed Nov 3, 2016
1 parent 22cab00 commit 4216517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch06/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ should be changed.
## Exercise 6.18
(a)
```cpp
bool compare(matrix &m1, matrix &m2){ /.../ }
bool compare(const matrix &m1, const matrix &m2){ /.../ }
```
(b)
```cpp
Expand Down

0 comments on commit 4216517

Please sign in to comment.