issues
search
MichaelFabrizio
/
KeyVector
C++ memory bootstrapping library
MIT License
0
stars
0
forks
source link
[Fixes] KeyVector type requirements + compile time checks
#10
Closed
MichaelFabrizio
closed
4 months ago
MichaelFabrizio
commented
4 months ago
KeyVector type requirements are now static_assert checks, within the default constructor KeyVector().
Removed these checks from Pool class (which shouldn't have been responsible for them anyway).