Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ipythonxiaobo
otb
Commits
88b198bd
Commit
88b198bd
authored
Sep 11, 2020
by
Cédric Traizet
Browse files
STY: fix typo
parent
7915210f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Core/Common/include/otbZipIterator.h
View file @
88b198bd
...
...
@@ -110,7 +110,7 @@ public:
ZipIterator
&
operator
=
(
ZipIterator
const
&
)
=
default
;
ZipIterator
&
operator
=
(
ZipIterator
&&
)
=
default
;
/** Conver
t
ion constructor.
/** Conver
s
ion constructor.
* Converts from mutable to const iterator
* \see https://quuxplusone.github.io/blog/2018/12/01/const-iterator-antipatterns/
*/
...
...
@@ -119,7 +119,7 @@ public:
:
m_iterators
(
rhs
.
m_iterators
())
{}
/** Conver
t
ion move constructor.
/** Conver
s
ion move constructor.
* Move converts from mutable to const iterator
* \see https://quuxplusone.github.io/blog/2018/12/01/const-iterator-antipatterns/
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment