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