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
hyteg
hyteg
Commits
ada01b0d
Commit
ada01b0d
authored
Dec 18, 2019
by
Marcus Mohr
Browse files
Removes instantiations superfluous due to specialisation
Thanks to clang-8.0 for being the first compiler to remind of this.
parent
e3bb0d2a
Pipeline
#20652
failed with stages
in 105 minutes and 25 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/hyteg/misc/zeros.cpp
View file @
ada01b0d
...
...
@@ -53,9 +53,4 @@ int generateZero< int >()
return
0
;
}
template
double
generateZero
<
double
>();
template
float
generateZero
<
float
>();
template
uint_t
generateZero
<
uint_t
>();
template
int
generateZero
<
int
>();
}
// namespace hyteg
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