fix #205 by removing useless assertions about Value
and Node
sizes
This commit is contained in:
parent
7dbec8d1ad
commit
ee9f28338b
|
@ -185,9 +185,6 @@ struct Node
|
||||||
// Node collection style. Used to remember style this node was loaded with.
|
// Node collection style. Used to remember style this node was loaded with.
|
||||||
CollectionStyle collectionStyle = CollectionStyle.invalid;
|
CollectionStyle collectionStyle = CollectionStyle.invalid;
|
||||||
|
|
||||||
static assert(Value.sizeof <= 24, "Unexpected YAML value size");
|
|
||||||
static assert(Node.sizeof <= 56, "Unexpected YAML node size");
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/** Construct a Node from a value.
|
/** Construct a Node from a value.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue