aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.xhtml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-07-16 08:50:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-07-16 08:50:23 +0200
commit7c84cb39f3c6bda4116801a92ad95b544bd2d110 (patch)
tree7d9fadd9ac561c40ac8f280f2316c7ad32e319c3 /doc/manual.xhtml
parentf5d28c5526c78c1884ef8a0c66679d43fc5f3878 (diff)
Fix constructor call ambiguity in odb::pgsql::database
Diffstat (limited to 'doc/manual.xhtml')
-rw-r--r--doc/manual.xhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index 39ba2b5..3364678 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -13682,8 +13682,8 @@ namespace odb
database (const std::string&amp; user,
const std::string&amp; password,
const std::string&amp; db,
- const std::string&amp; host = "",
- const std::string&amp; socket_ext = "",
+ const std::string&amp; host,
+ const std::string&amp; socket_ext,
const std::string&amp; extra_conninfo = "",
std::[auto|unique]_ptr&lt;connection_factory> = 0);