Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
dd76ae17
Commit
dd76ae17
authored
Apr 01, 2015
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: MSVC: internal compiler error on msvc 2010 32bit
parent
2a77c53f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
Modules/Adapters/GdalAdapters/include/otbOGRLayerWrapper.h
Modules/Adapters/GdalAdapters/include/otbOGRLayerWrapper.h
+1
-3
No files found.
Modules/Adapters/GdalAdapters/include/otbOGRLayerWrapper.h
View file @
dd76ae17
...
...
@@ -328,9 +328,7 @@ public:
:
m_Layer
(
&
layer
),
m_Crt
(
layer
.
GetNextFeature
())
{}
template
<
class
OtherValue
>
feature_iter
(
feature_iter
<
OtherValue
>
const
&
other
,
typename
boost
::
enable_if
<
boost
::
is_convertible
<
OtherValue
*
,
Value
*>
,
enabler
>::
type
=
enabler
()
typename
boost
::
enable_if
<
boost
::
is_convertible
<
OtherValue
*
,
Value
*>
>::
type
*
=
0
)
:
m_Layer
(
other
.
m_Layer
),
m_Crt
(
other
.
m_Crt
)
{}
...
...
Write
Preview
Markdown
is supported
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