[aat] Minor
This commit is contained in:
parent
39b9d63b01
commit
ba38378fd4
|
@ -436,8 +436,10 @@ struct Entry
|
||||||
* which ensures that data has a simple sanitize(). To be determined
|
* which ensures that data has a simple sanitize(). To be determined
|
||||||
* if I need to remove that as well.
|
* if I need to remove that as well.
|
||||||
*
|
*
|
||||||
* XXX Because we are a template, our DEFINE_SIZE_STATIC assertion
|
* HOWEVER! Because we are a template, our DEFINE_SIZE_STATIC
|
||||||
* wouldn't be checked. */
|
* assertion wouldn't be checked, hence the line below. */
|
||||||
|
static_assert (T::static_size, "");
|
||||||
|
|
||||||
return_trace (c->check_struct (this));
|
return_trace (c->check_struct (this));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue