Commit 14e32bed by Maarten L. Hekkelman

new tribool rules?

parent a3cf3343
...@@ -301,7 +301,7 @@ bool ItemReference::is_null() const ...@@ -301,7 +301,7 @@ bool ItemReference::is_null() const
} }
} }
return result; return result ? true : false;
} }
void ItemReference::swap(ItemReference& b) void ItemReference::swap(ItemReference& b)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment