diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index f4a0b17749..81c9389b98 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -86,7 +86,7 @@ boostbook doc ../libs/type_erasure/doc//type_erasure ../libs/align/doc//reference.xml ../libs/align/doc//align - ../libs/align/doc//type_index + ../libs/type_index/doc//type_index ## Add path references to the QuickBook generated docs... @@ -122,7 +122,7 @@ boostbook doc ../libs/atomic/doc//atomic ../libs/type_erasure/doc//type_erasure ../libs/align/doc//align - ../libs/align/doc//type_index + ../libs/type_index/doc//type_index boost.libraries=../../libs/libraries.htm diff --git a/libs/libraries.htm b/libs/libraries.htm index d0a1ed5df3..423740ef1b 100644 --- a/libs/libraries.htm +++ b/libs/libraries.htm @@ -344,6 +344,8 @@ how to download, build, and install the libraries.

from Jaakko Järvi.
  • type_erasure - Runtime polymorphism based on concepts, from Steven Watanabe.
  • +
  • type_index - + Runtime/Compile time copyable type info, from Antony Polukhin.
  • type_traits - Templates for fundamental properties of types, from John Maddock, Steve Cleary, et al.
  • @@ -689,7 +691,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey Execute arbitrary code at scope exit, from Alexander Nasonov and Lorenzo Caminiti.
  • typeof - Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.
  • -
  • align - Runtime/Compile time copyable type info, +
  • type_index - Runtime/Compile time copyable type info, from Antony Polukhin.