Boost::shared_ptr is really great. But using it you need lots of header file. Is thare any single header file available that will provide shared_ptr functionality?
somewhat urgent.
If you want to avoid having all the boost header files although you use shared_ptr only, you can extract the shared_ptr with BCP:
http://www.boost.org/doc/libs/1_36_0/tools/bcp/bcp.html
It won't give you a single header file, though, but I doubt that this would give you any noticeable advantage.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With