cpptoml
cpptoml copied to clipboard
Remove default from switches where all cases are covered.
Discovered when compiling with clang++-8:
cpptoml.h:3039:13: error: default label in switch which covers all enumeration
values [-Werror,-Wcovered-switch-default]
default:
^