1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 14:57:05 +01:00

MacroMagic: inline functions to avoid double symbol issues

This commit is contained in:
2015-12-23 14:20:05 +00:00
parent 200de272ed
commit 1e0be161e5
3 changed files with 21 additions and 6 deletions

View File

@ -39,6 +39,7 @@ namespace Grid
virtual ~XmlReader(void) = default;
void push(const std::string &s);
void pop(void);
bool nextElement(const std::string &s);
template <typename U>
void readDefault(const std::string &s, U &output);
template <typename U>