Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Planned maintenance at 14:00 - platform may be offline until 15:00 (UK times)
Open sidebar
Development
openfoam
Commits
c1223095
Commit
c1223095
authored
Aug 09, 2018
by
Andrew Heather
Browse files
COMP: Resolved compiler warnings
parent
b41d5ed5
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/containers/Lists/FixedList/FixedList.H
View file @
c1223095
...
...
@@ -467,7 +467,6 @@ inline void Swap(FixedList<T,Size>& lhs, FixedList<T,Size>& rhs);
//- Hashing for FixedList data, which uses Hasher for contiguous data and
//- element-wise incrementally hashing otherwise.
template
<
>
template
<
class
T
,
unsigned
N
>
struct
Hash
<
FixedList
<
T
,
N
>>
{
...
...
src/OpenFOAM/containers/Lists/List/List.H
View file @
c1223095
...
...
@@ -348,7 +348,6 @@ public:
//- Hashing for List data, which uses Hasher for contiguous data and
//- element-wise incrementally hashing otherwise.
template
<
>
template
<
class
T
>
struct
Hash
<
List
<
T
>>
{
...
...
src/OpenFOAM/containers/Lists/UList/UList.H
View file @
c1223095
...
...
@@ -594,7 +594,6 @@ inline void Swap(UList<T>& a, UList<T>& b);
//- Hashing for UList data, which uses Hasher for contiguous data and
//- element-wise incrementally hashing otherwise.
template
<
>
template
<
class
T
>
struct
Hash
<
UList
<
T
>>
{
...
...
src/OpenFOAM/primitives/Pair/Pair.H
View file @
c1223095
...
...
@@ -158,7 +158,6 @@ public:
//- Hashing for Pair data, which uses Hasher for contiguous data and
//- element-wise incrementally hashing otherwise.
template
<
>
template
<
class
T
>
struct
Hash
<
Pair
<
T
>>
{
...
...
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