Merge pull request #14685 from jefferyto/golang-1.15.8
[feed/packages.git] / net / pdns-recursor / patches / 300-boost-173.patch
1 --- a/webserver.cc
2 +++ b/webserver.cc
3 @@ -36,6 +36,8 @@
4 #include "uuid-utils.hh"
5 #include <yahttp/router.hpp>
6
7 +using namespace boost::placeholders;
8 +
9 json11::Json HttpRequest::json()
10 {
11 string err;
12 --- a/ws-recursor.cc
13 +++ b/ws-recursor.cc
14 @@ -46,6 +46,7 @@
15
16 extern thread_local FDMultiplexer* t_fdm;
17
18 +using namespace boost::placeholders;
19 using json11::Json;
20
21 void productServerStatisticsFetch(map<string,string>& out)