You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iceoryx_hoofs/container/include/iox/uninitialized_array.hpp
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,11 @@ struct ZeroedBuffer
33
33
{
34
34
structalignas(ElementType) element_t
35
35
{
36
-
// AXIVION Next Construct AutosarC++19_03-A18.1.1: required by low level UninitializedArray building block and encapsulated in abstraction
36
+
// AXIVION Next Construct AutosarC++19_03-A18.1.1, AutosarC++19_03-M0.1.3 : required by low level UninitializedArray building block and encapsulated in abstraction, declaration of field in struct for usage elsewhere
// AXIVION Next Construct AutosarC++19_03-A18.1.1: required by low level UninitializedArray building block and encapsulated in abstraction
40
+
// AXIVION Next Construct AutosarC++19_03-A18.1.1, AutosarC++19_03-A1.1.1 : required by low level UninitializedArray building block and encapsulated in abstraction, object size limit is not relevant for containers stored in shared memory.
// AXIVION Next Construct AutosarC++19_03-A18.1.1: required by low level UninitializedArray building block and encapsulated in abstraction
53
+
// AXIVION Next Construct AutosarC++19_03-A18.1.1, AutosarC++19_03-M0.1.3 : required by low level UninitializedArray building block and encapsulated in abstraction, declaration of field in struct for usage elsewhere
// AXIVION Next Construct AutosarC++19_03-A18.1.1: required by low level UninitializedArray building block and encapsulated in abstraction
57
+
// AXIVION Next Construct AutosarC++19_03-A18.1.1, AutosarC++19_03-A1.1.1 : required by low level UninitializedArray building block and encapsulated in abstraction, object size limit is not relevant for containers stored in shared memory
0 commit comments