Fix OSX compatibility issue
This commit is contained in:
parent
c3f2726f19
commit
fa8ee81b36
1 changed files with 2 additions and 2 deletions
|
|
@ -111,12 +111,12 @@ namespace cppast
|
|||
/// Tag type to represent an end-of-line character.
|
||||
const struct newl_t
|
||||
{
|
||||
} newl;
|
||||
} newl{};
|
||||
|
||||
/// Tag type to represent a single space character.
|
||||
const struct whitespace_t
|
||||
{
|
||||
} whitespace;
|
||||
} whitespace{};
|
||||
|
||||
/// Base class to control the code generation.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue