Yohann Bénédic

Results 2 issues of Yohann Bénédic

~~Later revisions are available but they introduce pkgconfig support which make vcpkg complain that hard coded file paths are deployed to lib/pkgconfig/*.pc files and I am not sure what to...

category:port-update

In the below code, I am wrapping `std::cin` into a `boost::iostreams::filtering_istream`. Calling `peek()` on the resulting object seems to block forever since I don't return from `peek()` whatever the number...