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
Praetorius, Simon
dune-dec
Commits
9749633b
Commit
9749633b
authored
May 02, 2017
by
Praetorius, Simon
Browse files
small error corrected
parent
17937c59
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9749633b
...
...
@@ -4,6 +4,7 @@ stages:
-
setup
-
test
-
demo
-
pages
variables
:
BUILD_DIRECTORY
:
"
./build-cmake/"
...
...
dune/dec/ranges/FunctorRange.hpp
View file @
9749633b
...
...
@@ -8,7 +8,7 @@
namespace
Dec
{
template
<
class
F
>
auto
make_range
(
F
const
&
f
,
std
::
size_t
n
=
std
::
numeric_limits
<
std
::
size_t
>::
max
)
auto
make_range
(
F
const
&
f
,
std
::
size_t
n
=
std
::
numeric_limits
<
std
::
size_t
>::
max
()
)
{
return
ranges
::
map
(
f
,
ranges
::
irange
(
n
));
}
...
...
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