mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Resolved compiler warnings
This commit is contained in:
@ -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>>
|
||||
{
|
||||
|
||||
@ -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>>
|
||||
{
|
||||
|
||||
@ -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>>
|
||||
{
|
||||
|
||||
@ -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>>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user