Skip to content

Commit

Permalink
Merge pull request huangmingchuan#2 from Decccc/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
huangmingchuan authored Jul 22, 2018
2 parents fff28f8 + aa83c2c commit 46001b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ch14/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## 练习14.3

> string 和 vecotr 都定义了重载的==以比较各自的对象,假设 svec1 和 svec2 是存放 string 的 vector,确定在下面的表达式中分别使用了哪个版本的==?
> string 和 vector 都定义了重载的==以比较各自的对象,假设 svec1 和 svec2 是存放 string 的 vector,确定在下面的表达式中分别使用了哪个版本的==?
```cpp
(a) "cobble" == "stone"
(b) svec1[0] == svec2[0]
Expand Down Expand Up @@ -404,4 +404,4 @@ double d = si + 3.14;
```cpp
SmallInt s1;
double d = s1 + SmallInt(3.14);
```
```

0 comments on commit 46001b5

Please sign in to comment.