Skip to content
GitLab
Menu
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
2be29d33
Commit
2be29d33
authored
Jul 07, 2016
by
Guillaume Pasero
Browse files
COMP: issue with #define private public and gcc 5
parent
3f8dfe8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/ThirdParty/OssimPlugins/test/ossimSentinel1ModelTest.cpp
View file @
2be29d33
...
...
@@ -9,7 +9,6 @@
//----------------------------------------------------------------------------
// $Id$
#define private public
#include
"ossimSentinel1Model.h"
#include
"ossimPluginProjectionFactory.h"
#include
<iostream>
...
...
@@ -68,14 +67,7 @@ int main(int argc, char * argv[])
if
(
verbose
)
{
std
::
map
<
std
::
string
,
std
::
string
>
const
&
kwl
=
sensor
->
theProductKwl
.
getMap
();
for
(
std
::
map
<
std
::
string
,
std
::
string
>::
const_iterator
b
=
kwl
.
begin
(),
e
=
kwl
.
end
()
;
b
!=
e
;
++
b
)
{
std
::
clog
<<
"kwl["
<<
b
->
first
<<
"] -> "
<<
b
->
second
<<
"
\n
"
;
}
sensor
->
print
(
std
::
clog
);
}
ossimKeywordlist
kwl
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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