Comment on The missing C++ smart pointerparentComments−Asooka3yThat is in Microsoft's managed C++ called C++/CLI that is compiled for the CLR. It uses the ^ (hat) sigil, i.e. "int^" vs "int*".−waynecochran3yYeah, don't do much MS programming anymore. I expected something like this in boost.
Comments
That is in Microsoft's managed C++ called C++/CLI that is compiled for the CLR. It uses the ^ (hat) sigil, i.e. "int^" vs "int*".
Yeah, don't do much MS programming anymore. I expected something like this in boost.