convert_hex_to_binary(): Remove exception specification
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 20 May 2024 10:43:46 +0000 (12:43 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 1 Aug 2024 12:40:40 +0000 (14:40 +0200)
commite28bf731dc5340e3cfa86bd5f11dfcb7ec49c20e
tree1a513a515e0e37ad5fdba35d517c7e2e0093c73c
parent199c4eed3d86cb76a6b4b3346e949efb4638002f
convert_hex_to_binary(): Remove exception specification

gcc complained:
"ISO C++17 does not allow dynamic exception specifications"

Also remove it in ensure_indent_level() static function.
src/stringfunc.cpp
src/stringfunc.hxx
src/tracefunc.cpp