Move cstdint section to the end.

So that it doesn't appear in the middle of documentation for things that
are in the library.
This commit is contained in:
Daniel James
2014-06-01 20:56:15 +01:00
parent f43bd9288d
commit 081eb01f88
5 changed files with 25 additions and 24 deletions

View File

@@ -64,14 +64,6 @@ compile-time value; and computing min and max of constant expressions.
[endsect]
[section:cstdint Standard Integer Types]
The [@http://www.boost.org/libs/config/ Boost.Config] module provides
the typedefs useful for writing portable code that requires certain
integer widths.
[endsect]
[section:traits Integer Traits]
[section Motivation]
@@ -705,3 +697,10 @@ provided typedefs in new code (and update old code as soon as possible).
[endsect]
[section:cstdint Removed from library: Standard Integer Types]
The [@http://www.boost.org/libs/config/ Boost.Config] module provides
the typedefs useful for writing portable code that requires certain
integer widths.
[endsect]