Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
htns
9y ago
0 comments
Save
Share
I have always found that is conflating the semantics of
using
with the method of
passing
. Even with/out aliases you are still
passing
a reference.
0 comments
1 comments · 1 top-level
top
newest
oldest
lvh
9y ago
I don't think that's accurate. I can pass something locally declared as int to a fn that takes int& according to it's signature. It seems that's precisely what the confusion is about :)
j
/
k
navigate · click thread line to collapse