How do I best use common libraries with C++/CLI such as Boost and Loki. I'm going to use classic classes, both native and managed in my application.
My immediate need is smart pointers (like Boost.Smart_ptr). Are they avilable elsewhere in some library supplied with Visual C++ orchas beta1
Thank you.