aboutsummaryrefslogtreecommitdiff
path: root/odb/result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-11-16 08:49:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-11-16 08:49:35 +0200
commita157760b26ccbd16250e263ee16d12a483124227 (patch)
treedfc0210d16560b90e0c0fb05b9d43867bdc663a7 /odb/result.hxx
parent30b664c0561cc9f6d2bd24f7bce9b6c57fb52320 (diff)
Rework pointer traits, add naked, auto_ptr, and TR1 specializations
Diffstat (limited to 'odb/result.hxx')
-rw-r--r--odb/result.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/result.hxx b/odb/result.hxx
index cf924c3..42acb0e 100644
--- a/odb/result.hxx
+++ b/odb/result.hxx
@@ -85,7 +85,7 @@ namespace odb
private:
pointer_type current_;
- typename pointer_traits::guard guard_;
+ typename pointer_traits::guard_type guard_;
};
template <typename T>