diff --git a/doc/dynamic_loading.adoc b/doc/dynamic_loading.adoc index 47c843d..bb4a518 100644 --- a/doc/dynamic_loading.adoc +++ b/doc/dynamic_loading.adoc @@ -8,7 +8,7 @@ called to rebuild the dispatch tables. This leads to a problem: any `virtual_ptr` in existence before `initialize` is called again becomes invalid. This also applies to vptrs that are stored inside -objects by `with_vptr`. +objects by `inplace_vptr`. NOTE: This applies only to cases where a dynamic library adds to an _existing_ policy. Even if the dynamic library itself uses open-methods, for example as an diff --git a/doc/html/index.html b/doc/html/index.html index c32b576..d463a59 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -610,7 +610,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
  • Description
  • -
  • with_vptr +
  • inplace_vptr