On Sunday, 11 May 2014 at 22:06:55 UTC, Francesco Cattoglio wrote:
On Sunday, 11 May 2014 at 21:49:06 UTC, ponce wrote:
On Sunday, 11 May 2014 at 21:43:06 UTC, sclytrack wrote:
There is very little use of "@", it's mostly "&" and "~".
Heck I didn't find any @ while casually browsing the code.
It's like they are not using it at all.
Similarly in current C++ std::shared_ptr is barely there while
std::unique_ptr is all over the place.
I guess that after burning their fingers with auto_ptr, people
still have to realize that unique_ptr might be good to use.
sorry, my bad, I read it reversed :D