This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can I use <boost> libraries (specifically shared_ptr) with CCS V6?

I saw that the <memory> header optionally includes <boost/shared_ptr.hpp>, but some defines must appear. So:

  • Are boost libraries supported by CCS V6?
  • If so, how do I include it?
  • As it is not imported by default, is there any reason not to use it?