Hacker News new | past | comments | ask | show | jobs | submit login

Why? If all standard functions that take no ownership/keep references are using raw pointers then it behaves same as user code/C++ devs expect: if a function is taking a pointer then it claims no ownership. You take a look at standard_function(T*) and see raw pointer and then can assume it is not taking ownership or keeping references





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: