vexyl / MCHawk

A Minecraft classic server
MIT License
8 stars 4 forks source link

Add static_assert or assert where applicable #64

Open GiantCrocodile opened 6 years ago

GiantCrocodile commented 6 years ago

We should add static_assert (compile time errors) and assert (runtime errors) where applicable to prevent some bad use cases of functions. The asserts should throw useful error messages.