Skip to content
Snippets Groups Projects
Commit 27956330 authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

COMP: declare template specialisation (gcc 4.8.5)

parent b40d1d8e
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment