timo-schluessler
Results
2
issues of
timo-schluessler
Sample code to reproduce the issue: ```c++ #define BOOST_SPIRIT_UNICODE #include int main() { typedef std::string::const_iterator iterator_type; namespace qi = boost::spirit::qi; namespace unicode = boost::spirit::unicode; std::string input("\"Test ⏳\""); qi::rule quoted_string =...
Unix sockets don't support setsockopt `TCP_KEEPALIVE` and currently the error message is set to `strerror(errno)`: "Operation not supported". While this is totally valid I suggest to explicitly catch this case...