COMP: declare template specialisation (gcc 4.8.5)

This commit is contained in:
Mark Olesen
2019-11-19 06:58:38 +01:00
committed by Andrew Heather
parent b40d1d8e4f
commit 27956330ac

View File

@ -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