This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cplusplus:goingnative2013 [2017/10/20 18:03] dblume |
cplusplus:goingnative2013 [2022/10/06 00:39] (current) dblume [Advanced Optimization] whitespace only |
||
---|---|---|---|
Line 83: | Line 83: | ||
std:: | std:: | ||
- | | + | |
is not the same as this code: | is not the same as this code: | ||
[n]{ f(std:: | [n]{ f(std:: | ||
- | | + | |
The above code will bind the shared_ptr< | The above code will bind the shared_ptr< | ||
But it is the same as this: | But it is the same as this: |