issues
search
miker2
/
flexi_config_reader
A flexible configuration format that supports templated tables and referencing of existing keys.
MIT License
3
stars
1
forks
source link
Properly register exceptions in pybind 11
#112
Closed
michael-projectx
closed
1 year ago
michael-projectx
commented
1 year ago
Fix accessing of unsigned
int
s. Calling
getValue<uint64_t>
on a negative int led to integer underflow . Now parsing a negative int as an unsigned results in an exception.
int
s. CallinggetValue<uint64_t>
on a negative int led to integer underflow . Now parsing a negative int as an unsigned results in an exception.