]> sigrok.org Git - libsigrok.git/commit - bindings/cxx/ConfigKey_methods.cpp
C++: Provide fallbacks for missing stoi/stod functions
authorMarcus Comstedt <redacted>
Sun, 31 Aug 2014 08:56:00 +0000 (10:56 +0200)
committerBert Vermeulen <redacted>
Sun, 31 Aug 2014 11:31:35 +0000 (13:31 +0200)
commitd92de05ad1d8004643ec5cd81227e456be5a261f
treedc1bef1a5c3aa1e2b9349bead37eec1f7e7f2c7b
parentd1a5f737816cd9bc8d4ddfeb6d8831a1c1c58bf9
C++: Provide fallbacks for missing stoi/stod functions

Notably, Android does not provide these functions.  The fallback
implementation is based on the one in the GNU ISO C++ Library.
bindings/cxx/ConfigKey_methods.cpp
configure.ac