diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-06-06 12:41:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-06-06 12:45:37 +0200 |
commit | 9631f96acae6bd179d40ee343ce986296f490741 (patch) | |
tree | 13206df0e5d9a22de89869250c6eaaa03d5adeb8 /ucb/source/inc/regexpmap.hxx | |
parent | 34dfde55762e48e174f04895d40b9f08918efc4a (diff) |
Do not copy etc. singular iterator values.
This also reverts previous attempts at fixing this, commits
33839f90e6f8275a584b483827585a6da05aab75 "ucb: try to fix weird STL assertion on
tinderbox" and 6506af86b5e20a860c8d2d1dd578a22914df5f53 "ucb: second try to fix
weird STL assertion on tinderbox."
Change-Id: I89d0eb87fbd164c0a4cf24d60f225767cb2bfc1a
Diffstat (limited to 'ucb/source/inc/regexpmap.hxx')
-rw-r--r-- | ucb/source/inc/regexpmap.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ucb/source/inc/regexpmap.hxx b/ucb/source/inc/regexpmap.hxx index e02363362a60..717a077a9e0f 100644 --- a/ucb/source/inc/regexpmap.hxx +++ b/ucb/source/inc/regexpmap.hxx @@ -101,6 +101,8 @@ class RegexpMapIter: public RegexpMapConstIter< Val > friend class RegexpMap< Val >; // to access ctor public: + RegexpMapIter() {} + RegexpMapIter & operator ++(); RegexpMapIter operator ++(int); |