From a2b661bae4df0e4fcc3b82181f71494b5b385a13 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 Sep 2012 11:28:30 +0200 Subject: Remove default value from argument to make database constructors unambiguous --- doc/manual.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual.xhtml b/doc/manual.xhtml index c64a2e8..ea2b797 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -15452,7 +15452,7 @@ namespace odb database (const std::string& user, const std::string& password, const std::string& service, - const std::string& host = "", + const std::string& host, unsigned int port = 0, ub2 charset = 0, ub2 ncharset = 0, -- cgit v1.1