Commit dffbf52d by Maarten L. Hekkelman

removed erronous static-assert

parent 57ac5f01
...@@ -259,8 +259,6 @@ struct item_value ...@@ -259,8 +259,6 @@ struct item_value
} }
}; };
static_assert(sizeof(item_value) == sizeof(void*) + 8, "sizeof(item_value) should be correct");
// -------------------------------------------------------------------- // --------------------------------------------------------------------
// Transient object to access stored data // Transient object to access stored data
......
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