Skip to content

Commit

Permalink
Merge pull request pezy#23 from Ocxs/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pezy committed Mar 10, 2015
2 parents cbc982e + db585c4 commit 7217509
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 @@ -309,7 +309,7 @@ constexpr bool isShorter(const string& str1, const string& str2)
return str1.size() < str2.size();
}
```

If you want know more about `constexpr function `, maybe [it](http://stackoverflow.com/questions/28880538/i-am-confused-about-a-constexpr-function) is useful to you.
## [Exercise 6.47](ex6_47.cpp)
## Exercise 6.48

Expand Down

0 comments on commit 7217509

Please sign in to comment.