aboutsummaryrefslogtreecommitdiff
path: root/odb/semantics/enum.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-03-29 14:26:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-03-29 14:26:15 +0200
commitf12e7b38035bb8622381a848cde212da15c3df46 (patch)
treee5259e90e174dc2f6f41351f233289ddf4e5bb53 /odb/semantics/enum.hxx
parent16692f69f3ce5e533c835b553bd00e149191fd9c (diff)
Add missing pointer_iterator wrapper
Diffstat (limited to 'odb/semantics/enum.hxx')
-rw-r--r--odb/semantics/enum.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/odb/semantics/enum.hxx b/odb/semantics/enum.hxx
index 5ef369c..6f3dfae 100644
--- a/odb/semantics/enum.hxx
+++ b/odb/semantics/enum.hxx
@@ -99,7 +99,9 @@ namespace semantics
typedef std::vector<enumerates*> enumerates_list;
public:
- typedef enumerates_list::const_iterator enumerates_iterator;
+ typedef
+ pointer_iterator<enumerates_list::const_iterator>
+ enumerates_iterator;
enumerates_iterator
enumerates_begin () const