notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/cpprestsdk/files

Number of commits found: 2

Wednesday, 9 Sep 2020
07:15 danfe search for other commits by this committer
- Update to version 2.10.16 to unbreak the build against newer OpenSSL
- Allow to build with optional Brotli compression support while here
Original commitRevision:548064 
Sunday, 8 Oct 2017
19:59 rakuco search for other commits by this committer
Backport a patch from upstream to fix the build on HEAD (clang 5).

src/uri/uri.cpp:25:73: error: lambda capture 'this' is not used
[-Werror,-Wunused-lambda-capture]
    std::transform(m_scheme.begin(), m_scheme.end(), m_scheme.begin(),
[this](utility::char_t c) {
src/uri/uri.cpp:30:67: error: lambda capture 'this' is not used
[-Werror,-Wunused-lambda-capture]
    std::transform(m_host.begin(), m_host.end(), m_host.begin(),
[this](utility::char_t c) {
Original commitRevision:451572 

Number of commits found: 2