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
Main Repositories
otb
Commits
9400b3c3
Commit
9400b3c3
authored
Dec 21, 2017
by
Manuel Grizonnet
Browse files
Revert "ENH: use a C++14 feature for testing"
This reverts commit
8c843e0f
.
parent
82ded1a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Core/ImageBase/src/otbImageIOBase.cxx
View file @
9400b3c3
...
...
@@ -1320,8 +1320,8 @@ ImageIOBase
void
ImageIOBase
::
PrintSelf
(
std
::
ostream
&
os
,
itk
::
Indent
indent
)
const
{
Superclass
::
PrintSelf
(
os
,
indent
);
using
namespace
std
::
string_literals
;
os
<<
indent
<<
"FileName: "
s
<<
m_FileName
<<
std
::
endl
;
os
<<
indent
<<
"FileName: "
<<
m_FileName
<<
std
::
endl
;
os
<<
indent
<<
"FileType: "
<<
this
->
GetFileTypeAsString
(
m_FileType
)
<<
std
::
endl
;
os
<<
indent
<<
"ByteOrder: "
<<
this
->
GetByteOrderAsString
(
m_ByteOrder
)
<<
std
::
endl
;
os
<<
indent
<<
"IORegion: "
<<
std
::
endl
;
...
...
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