morinim / vita

Vita - Genetic Programming Framework
Mozilla Public License 2.0
36 stars 6 forks source link

Use `std::byte` instead of `char` #24

Closed morinim closed 4 years ago

morinim commented 4 years ago

std::byte is a distinct type implementing the concept of byte. A byte is not an integer or a character and therefore not open to programmer errors.