Browse Source

hex2bin() - fixed contradicting signatures

pull/10/head
heck 4 years ago
parent
commit
4b1fb58cb8
  1. 2
      src/std_utils.hh

2
src/std_utils.hh

@ -105,7 +105,7 @@ namespace pEp {
template<class T>
std::string bin2hex(const T &bin);
template<class T>
T hex2bin(const std::string &hex_str);
std::vector<T> hex2bin(const std::string &hex_str);
} // namespace Utils
} // namespace pEp

Loading…
Cancel
Save