1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/devel/cpprestsdk
Raphael Kubo da Costa 2ba3f702b9 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) {
2017-10-08 19:59:09 +00:00
..
files Backport a patch from upstream to fix the build on HEAD (clang 5). 2017-10-08 19:59:09 +00:00
distinfo
Makefile Add USES=compiler:c++11-lib. 2017-10-08 19:57:25 +00:00
pkg-descr
pkg-plist