This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
cplusplus:goingnative2013 [2021/05/21 00:04] 127.0.0.1 external edit |
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: |