MichaelFabrizio / KeyVector

C++ memory bootstrapping library
MIT License
0 stars 0 forks source link

[Fixes] Removed default constructors from KeyVector. #8

Closed MichaelFabrizio closed 2 months ago

MichaelFabrizio commented 2 months ago

Pretty self-explanatory, it doesn't make sense right now to allow copy-construct, copy-assign, move-construct, or move-assign.

It could be an area of discussion in the future, but for now they are deleted to avoid user errors.