Fix the optional and numeric/conversion docs so they generate valid Docbook XML that can be transformed into PDF's.

Regenerated HTML versions of the docs.

[SVN r51218]
This commit is contained in:
John Maddock
2009-02-12 14:01:48 +00:00
parent fd38be1636
commit 20c9fc8ebe
18 changed files with 223 additions and 297 deletions

View File

@@ -23,8 +23,6 @@ rather than the reference itself.
[endsect]
[#optional_refassign]
[section Rebinding semantics for assignment of optional references]
If you assign to an ['uninitialized ] `optional<T&>` the effect is to bind (for
@@ -112,8 +110,6 @@ In such scenario, you can assign the value itself directly, as in:
[endsect]
[#optional_in_place_factories]
[section In-Place Factories]
One of the typical problems with wrappers and containers is that their
@@ -288,7 +284,7 @@ instead, it won't compile).
[section Exception Safety Guarantees]
Because of the current implementation (see [link optional_implementation_notes Implementation Notes]), all of the assignment methods:
Because of the current implementation (see [link boost_optional.implementation_notes Implementation Notes]), all of the assignment methods:
* `optional<T>::operator= ( optional<T> const& )`
* `optional<T>::operator= ( T const& )`