Skip to content

Commit

Permalink
fixed confilcts
Browse files Browse the repository at this point in the history
  • Loading branch information
pezy committed Nov 13, 2014
2 parents 5318172 + 58d5ff6 commit 6c0372e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch04/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ reference: [Why the size of a pointer is 4bytes in C++](http://stackoverflow.com
sizeof x + y // sizeof(x+y)
sizeof p->mem[i] // sizeof(p->mem[i])
sizeof a < b // sizeof(a) < b
sizeof f() // if f() return void, this statement is undefined, otherwise it return the size of return type.
sizeof f() //If `f()` returns `void`, this statement is undefined, otherwise it returns the size of return type.
```

-----
Expand Down

0 comments on commit 6c0372e

Please sign in to comment.