Fix comment
This commit is contained in:
parent
b435ab7e29
commit
d2c2ca8faf
|
@ -119,7 +119,7 @@ inline Type& StructAfter(TObject &X)
|
||||||
/* Global nul-content Null pool. Enlarge as necessary. */
|
/* Global nul-content Null pool. Enlarge as necessary. */
|
||||||
static const void *_NullPool[32 / sizeof (void *)];
|
static const void *_NullPool[32 / sizeof (void *)];
|
||||||
|
|
||||||
/* Generic template for nul-content sizeof-sized Null objects. */
|
/* Generic nul-content Null objects. */
|
||||||
template <typename Type>
|
template <typename Type>
|
||||||
static inline const Type& Null () {
|
static inline const Type& Null () {
|
||||||
ASSERT_STATIC (Type::min_size <= sizeof (_NullPool));
|
ASSERT_STATIC (Type::min_size <= sizeof (_NullPool));
|
||||||
|
|
Loading…
Reference in New Issue