Commits


Daniel Pav authored and GitHub committed aceb22a1534
Move construct assign 1 (#413) * add move construct, add move assign * remove copy construct, use default remove copy assign, use default use default move construct use default move assign * remove copy construct, use default use default copy assign use default move construct use default move assign * add move construct (same as default, done explicitly because copy is done explicitly) add move assign (same as default, done explicitly because copy is done explicitly) * block build artifacts * make it build * Update QuickfixPrebuildSetup.cmake Build does not pass, I think because Allocator is currently created by autobuild --------- Co-authored-by: DanielPav <Daniel.Pav@cargill.com> Co-authored-by: Oren Miller <oren@quickfixengine.org> Co-authored-by: Oren Miller <orenmiller@gmail.com>