Fixed struct vs. class disparity.
This commit is contained in:
parent
113193209e
commit
5251f1f385
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
namespace YAML
|
namespace YAML
|
||||||
{
|
{
|
||||||
class Stream;
|
struct Stream;
|
||||||
|
|
||||||
enum REGEX_OP { REGEX_EMPTY, REGEX_MATCH, REGEX_RANGE, REGEX_OR, REGEX_AND, REGEX_NOT, REGEX_SEQ };
|
enum REGEX_OP { REGEX_EMPTY, REGEX_MATCH, REGEX_RANGE, REGEX_OR, REGEX_AND, REGEX_NOT, REGEX_SEQ };
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
- "basic node"
|
|
||||||
- !<!howdy> "yeah baby"
|
|
||||||
|
|
||||||
---
|
|
||||||
- "basic node"
|
|
||||||
- !<!<!howdy>> "yeah baby"
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user