[aat] Minor

This commit is contained in:
Behdad Esfahbod 2018-11-24 00:27:57 -05:00
parent 39b9d63b01
commit ba38378fd4
1 changed files with 4 additions and 2 deletions

View File

@ -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));
} }