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.

21 lines
434 B

  1. --- a/webserver.cc
  2. +++ b/webserver.cc
  3. @@ -36,6 +36,8 @@
  4. #include "uuid-utils.hh"
  5. #include <yahttp/router.hpp>
  6. +using namespace boost::placeholders;
  7. +
  8. json11::Json HttpRequest::json()
  9. {
  10. string err;
  11. --- a/ws-recursor.cc
  12. +++ b/ws-recursor.cc
  13. @@ -45,6 +45,7 @@
  14. extern thread_local FDMultiplexer* t_fdm;
  15. +using namespace boost::placeholders;
  16. using json11::Json;
  17. void productServerStatisticsFetch(map<string,string>& out)