paho.mqtt.cpp/include
Friedrich Wilckens a11ac479be ssl_options: use std::vector<unsigned char> for the ALPN protocol list in wire format
The library used std::basic_string<unsigned char> which requires std::char_traits<unsigned char> and is technically not defined by the standard. libc++ no longer supports it as of LLVM 19.

Signed-off-by: Friedrich Wilckens <frwilckens@gmail.com>
2025-03-16 10:22:38 -07:00
..
mqtt ssl_options: use std::vector<unsigned char> for the ALPN protocol list in wire format 2025-03-16 10:22:38 -07:00
.clang-format Reformat sources and added .clang-format files. 2024-06-18 16:01:26 -04:00