]> sigrok.org Git - libsigrok.git/commit
bindings/cxx: implement std::stoul() fallback when C++11 is missing
authorGerhard Sittig <redacted>
Sat, 17 Dec 2022 13:26:09 +0000 (14:26 +0100)
committerGerhard Sittig <redacted>
Sat, 17 Dec 2022 19:10:30 +0000 (20:10 +0100)
commitf806de1864167feed30952f1ab65497b8ee4152a
tree359f1241387be7bffa5dd0afcade67be4716d099
parent77ee3168d0ae88c92a127999d890fff0511ca31e
bindings/cxx: implement std::stoul() fallback when C++11 is missing

Provide an implementation of stoul(3) when the targetted platform does
not provide it. This is modelled after the stoi() and stod() routines.
bindings/cxx/ConfigKey_methods.cpp
configure.ac