Object-oriented design patterns in the kernel, part 1
Posted Jun 1, 2011 18:31 UTC (Wed) by
juliank (subscriber, #45896)
In reply to:
Object-oriented design patterns in the kernel, part 1 by hummassa
Parent article:
Object-oriented design patterns in the kernel, part 1
WG14/N1256 Committee Draft Septermber 7, 2007 ISO/IEC 9899:TC3
6.7.8 Initialization
19 The initialization shall occur in
initializer list order,each initializer provided for a
particular subobject overriding any previously listed
initializer for the same subobject; all subobjects that are not initialized explicitly shall be initialized implicitly the same as
objects that have static storage duration.
(
Log in to post comments)