mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: declare template specialisation (gcc 4.8.5)
This commit is contained in:
committed by
Andrew Heather
parent
b40d1d8e4f
commit
27956330ac
@ -151,6 +151,14 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
// Template specialisations
|
||||||
|
template<>
|
||||||
|
label CSV<label>::readValue(const List<string>& splitted) const;
|
||||||
|
|
||||||
|
template<>
|
||||||
|
Foam::scalar CSV<scalar>::readValue(const List<string>& splitted) const;
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
} // End namespace Function1Types
|
} // End namespace Function1Types
|
||||||
|
|||||||
Reference in New Issue
Block a user