From f84a52c78d81e10d8d96c4fe8e2618fb4583a5db Mon Sep 17 00:00:00 2001 From: Marika Lehmann Date: Thu, 25 Mar 2021 23:42:22 +0100 Subject: [PATCH] iox-#482 add restriction Signed-off-by: Marika Lehmann --- doc/website/getting-started/overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/website/getting-started/overview.md b/doc/website/getting-started/overview.md index 009abf1eaa3..c47c1499b97 100644 --- a/doc/website/getting-started/overview.md +++ b/doc/website/getting-started/overview.md @@ -78,6 +78,7 @@ following conditions: - the data structure is entirely contained in shared memory - no pointers to process local memory, no references to process local constructs, no dynamic allocators - the data structure must not internally use pointers/references +- no virtual members ### Publisher