7 Nov
2013
7 Nov
'13
12:03 p.m.
Thanks for the response, I've updated the class to utilize boost::swap, boost::move and also marked move\swap function as noexcept. I'm thinking about extending it for pod-classes (only provide comparisson\sort) and perhaps move-only classes. Also perhaps a constructor which takes all member variables as parameters (especially in the pod-case it's probably useful)? /Viktor