Commits


Daniel Pav authored and GitHub committed 93754f43663
Move construct assign 3 (#415) * 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 * update to add move construct/assign * fix40 * fix41 * fix42 * fix43 * fix44 * fix50 * fix50sp1 * fix50sp2 * fixt11 * Message * make it build * update to add move construct/assign * fix40 * fix41 * fix42 * fix43 * fix44 * fix50 * fix50sp1 * fix50sp2 * fixt11 * Message * fix script replacement errors --------- Co-authored-by: DanielPav <Daniel.Pav@cargill.com> Co-authored-by: Oren Miller <oren@quickfixengine.org>