Skip to content

Commit

Permalink
Fixed pezy#135
Browse files Browse the repository at this point in the history
  • Loading branch information
pezy chen committed May 10, 2018
1 parent 062d4c5 commit db498da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ch16/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,4 +375,6 @@ template <typename T1, typename T2>
auto sum(T1 a, T2 b) -> decltype(a + b) {
return a + b;
}
```
```
More safer solution: <[Better `sum`](ex16_41_sum.cpp)>

0 comments on commit db498da

Please sign in to comment.