Removed a pragma(msg) and fixed a minor tab/space issue
This commit is contained in:
parent
fc0aba516d
commit
7ae4de4776
|
@ -222,7 +222,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;
|
||||||
|
|
||||||
pragma(msg, "Node is %s bytes long".format(Node.sizeof));
|
|
||||||
static assert(Value.sizeof <= 24, "Unexpected YAML value size");
|
static assert(Value.sizeof <= 24, "Unexpected YAML value size");
|
||||||
static assert(Node.sizeof <= 48, "Unexpected YAML node size");
|
static assert(Node.sizeof <= 48, "Unexpected YAML node size");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue