mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-17 11:14:40 +00:00
MacroMagic: inline functions to avoid double symbol issues
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user