diff --git a/libs/libraries.htm b/libs/libraries.htm index 314917eda1..b9c14bfd0c 100644 --- a/libs/libraries.htm +++ b/libs/libraries.htm @@ -330,6 +330,7 @@ how to download, build, and install the libraries.

  • TR1 - An implementation of the Technical Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.
  • tribool - 3-state boolean type library, from Doug Gregor.
  • +
  • tti - Type Traits Introspection library, from Edward Diener
  • tuple - Ease definition of functions returning multiple values, and more, from Jaakko Järvi.
  • type_erasure - @@ -598,6 +599,7 @@ how to download, build, and install the libraries.

  • static_assert - Static assertions (compile time assertions), from John Maddock.
  • +
  • tti - Type Traits Introspection library, from Edward Diener
  • type_traits - Templates for fundamental properties of types, from John Maddock, Steve Cleary, et al.
  • @@ -759,6 +761,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey
  • static_assert - Static assertions (compile time assertions), from John Maddock.
  • +
  • tti - Type Traits Introspection library, from Edward Diener
  • type_traits - Templates for fundamental properties of types, from John Maddock, Steve Cleary, et al.
  • diff --git a/libs/tti b/libs/tti index 11022d9d55..c250a66437 160000 --- a/libs/tti +++ b/libs/tti @@ -1 +1 @@ -Subproject commit 11022d9d55207414ec44f08b60a09e98c22254bf +Subproject commit c250a6643795d58f2b74a68986e79530492a5a91