diff options
author | John Maddock <john@johnmaddock.co.uk> | 2007-09-10 09:19:49 +0000 |
---|---|---|
committer | John Maddock <john@johnmaddock.co.uk> | 2007-09-10 09:19:49 +0000 |
commit | 7395b04dba983f34aedfbd177434c7926033c9d1 (patch) | |
tree | c00e24446dbef59fca86233a30fe2cfdc1869697 /doc/src | |
parent | 45427c739e18060f56a6818d79994353f32dfffd (diff) | |
download | boost-7395b04dba983f34aedfbd177434c7926033c9d1.tar.gz |
Big type_traits update:
Added make_signed, make_unsigned and is_complex.
Added docs for some previously undocumented traits: is_signed, is_unsigned and decay.html
Added synonyms for some traits that have changed name in the latest C++ std draft.
Re-organised docs, moved docs out of the main doc build for now (it takes too long).
This also fixes issues: http://svn.boost.org/trac/boost/ticket/492 and http://svn.boost.org/trac/boost/ticket/1008.
[SVN r39175]
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/boost.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/src/boost.xml b/doc/src/boost.xml index 07460e7e1a..75f5194d39 100644 --- a/doc/src/boost.xml +++ b/doc/src/boost.xml @@ -681,7 +681,16 @@ </libraryinfo> </library> - <xi:include href="type_traits.xml"/> + <library name="Type Traits" dirname="type_traits" html-only="1"> + <libraryinfo> + <author> + <firstname>John</firstname> + <surname>Maddock</surname> + </author> + <librarypurpose>Meta-programming support library.</librarypurpose> + <librarycategory name="category:generic"/> + </libraryinfo> + </library> <xi:include href="typeof.xml"/> @@ -743,3 +752,4 @@ <xi:include href="using.xml"/> </boostbook> + |