Skip to content

Commit

Permalink
Fixed pezy#141
Browse files Browse the repository at this point in the history
  • Loading branch information
pezy chen committed May 25, 2018
1 parent 9cee9eb commit 93c4d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ auto a = i;
decltype(i) b = i;
// different
auto c = r;
decltype(r) d = i;
decltype(r) d = r;
```
More? check [here](http://stackoverflow.com/questions/21369113/what-is-the-difference-between-auto-and-decltypeauto-when-returning-from-a-fun) and [here](http://stackoverflow.com/questions/12084040/decltype-vs-auto)
Expand Down

0 comments on commit 93c4d8c

Please sign in to comment.