<div dir="ltr">ndnSIM friends,<div><br></div><div><br></div><div>I am attempting what I would think should be a simple task:  maintaining a vector of shared_ptrs to Cs objects that are obtained via forwarder->getCs();</div><div><br></div><div>The getCs() returns a Cs&, but it seems any time I try to create a shared pointer to a Cs, I get errors related to (I assume constructors) something being "noncopyable""</div><div><br></div><div>e.g.,</div><div><br></div><div><b>class Cs : noncopyable</b></div><div><br></div><div>I think I've been spoiled using so much Java the last few years that I forgot what a nightmare doing anything related to memory in C++ is.  </div><div><br></div><div>Thoughts?</div><div><br></div><div>Thanks,</div><div><br></div><div>John</div></div>