Skip to content
Snippets Groups Projects
Commit 1a1a919c authored by henry's avatar henry
Browse files

Minor format change.

parent 038c1990
Branches
Tags
No related merge requests found
...@@ -247,6 +247,7 @@ public: ...@@ -247,6 +247,7 @@ public:
inline const_iterator begin() const; inline const_iterator begin() const;
inline const const_iterator& end() const; inline const const_iterator& end() const;
private: private:
//- iterator returned by end() //- iterator returned by end()
...@@ -254,7 +255,6 @@ private: ...@@ -254,7 +255,6 @@ private:
//- const_iterator returned by end() //- const_iterator returned by end()
static const_iterator endConstIter_; static const_iterator endConstIter_;
}; };
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment