mirror of
https://github.com/AxioDL/boo.git
synced 2025-07-15 01:25:52 +00:00
The default move constructor isn't const qualified. The copy assignment operator wasn't deleted either which is somewhat dangerous. We can also opt for simply defaulting the move constructor and assignment operators instead of defining the move constructor like a copy constructor.