ProgramMax / max

max is a tool belt for C++
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Rename NoDefault #173

Closed ProgramMax closed 3 years ago

ProgramMax commented 3 years ago

The name NoDefault was unclear because it could be used in places other than a switch statement.

Instead, it should be named Unreachable.

This commit renames that macro.