aboutsummaryrefslogtreecommitdiff
path: root/load/load.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-12-01 17:17:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-12-01 17:17:35 +0200
commit5de58425e88f274adeb2c552c00a2eafb170c84c (patch)
treee3520f63b5493dea66a6408d3ef4abf5ef5cc522 /load/load.cxx
parentdb08c1f53897cb55f9094eb14f61db7a821c152b (diff)
Resolve optional ambiguity in GCC 7
Diffstat (limited to 'load/load.cxx')
-rw-r--r--load/load.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/load/load.cxx b/load/load.cxx
index 3dbf2fb..8cc9730 100644
--- a/load/load.cxx
+++ b/load/load.cxx
@@ -33,7 +33,10 @@
#include <load/load-options.hxx>
-using namespace std;
+using std::cout;
+using std::cerr;
+using std::endl;
+
using namespace odb::core;
using namespace butl;
using namespace bpkg;