You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
702 B

  1. --- a/pdns/ixfrdist-web.cc
  2. +++ b/pdns/ixfrdist-web.cc
  3. @@ -25,6 +25,8 @@
  4. #include "iputils.hh"
  5. #include "ixfrdist-stats.hh"
  6. +using namespace boost::placeholders;
  7. +
  8. string doGetStats();
  9. IXFRDistWebServer::IXFRDistWebServer(const ComboAddress &listenAddress, const NetmaskGroup &acl, const string &loglevel) :
  10. --- a/pdns/webserver.cc
  11. +++ b/pdns/webserver.cc
  12. @@ -36,6 +36,8 @@
  13. #include "uuid-utils.hh"
  14. #include <yahttp/router.hpp>
  15. +using namespace boost::placeholders;
  16. +
  17. json11::Json HttpRequest::json()
  18. {
  19. string err;
  20. --- a/pdns/ws-auth.cc
  21. +++ b/pdns/ws-auth.cc
  22. @@ -49,6 +49,7 @@
  23. #include "tsigutils.hh"
  24. using json11::Json;
  25. +using namespace boost::placeholders;
  26. extern StatBag S;