Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
97642f58
Commit
97642f58
authored
Sep 10, 2021
by
Timo Koch
Committed by
Ned Coltman
Sep 16, 2021
Browse files
[io] Be explicit about return type (fixes appleclang compiler error)
parent
82337912
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/io/vtk/intersectionwriter.hh
View file @
97642f58
...
...
@@ -63,7 +63,7 @@ public:
iIt_
=
IntersectionIterator
(
gridView_
.
ibegin
(
*
eIt_
));
}
decltype
(
auto
)
dereference
()
const
const
Intersection
&
dereference
()
const
{
if
constexpr
(
std
::
is_lvalue_reference_v
<
decltype
(
*
std
::
declval
<
IntersectionIterator
>
())
>
)
return
*
iIt_
;
...
...
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