Skip to content
Snippets Groups Projects
Commit fbaae949 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: declare template specialisation (gcc 4.8.5)

parent 09ed4226
Branches
Tags
No related merge requests found
...@@ -148,6 +148,14 @@ public: ...@@ -148,6 +148,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment