Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pezy committed Oct 30, 2014
1 parent ae49523 commit f7945e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ch06/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ decltype(arrS)& func3(ArrT& arr);
I pefer the first one. because it is more simpler to me.

## Exercise 6.38
```cpp
decltype(arrStr)& arrPtr(int i)
{
return (i % 2) ? odd : even;
}
```

0 comments on commit f7945e2

Please sign in to comment.