From 370e361db628f60bca5509dcc354014569d56752 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Apr 2015 09:36:24 +0200 Subject: Some more cleanups --- brep/module.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'brep/module.cxx') diff --git a/brep/module.cxx b/brep/module.cxx index 8a9d71a..15e996f 100644 --- a/brep/module.cxx +++ b/brep/module.cxx @@ -7,11 +7,10 @@ #include // bind() using namespace std; -using namespace placeholders; +using namespace placeholders; // For std::bind's _1, etc. namespace brep { - void module:: handle (request& rq, response& rs, log& l) { @@ -27,7 +26,7 @@ namespace brep // rs.content (e.status, "text/html;charset=utf-8") << e.description; } - catch (server_error& e) + catch (server_error& e) // Non-const because of move() below. { // @@ Both log and return as 505. // -- cgit v1.1