Fix typos in docs and regenerate.

[SVN r49850]
This commit is contained in:
John Maddock
2008-11-20 16:55:12 +00:00
parent 31395bd98f
commit f6afca0da2
6 changed files with 67 additions and 66 deletions

View File

@@ -537,7 +537,8 @@ type `char32_t`.
`decltype`.
]]
[[`BOOST_NO_DEFAULTED_FUNCTIONS`][The compiler does not support
defaulted (`= default`) functions.
defaulted (`= default`) functions.
]]
[[`BOOST_NO_DELETED_FUNCTIONS`][The compiler does not support
deleted (`= delete`) functions.
]]
@@ -562,7 +563,7 @@ scoped enumerations (`enum class`).
`static_assert`.
]]
[[`BOOST_NO_UNICODE_LITERALS`][The compiler does not support
Unicode (`u8`, `u`, `U') literals.
Unicode (`u8`, `u`, `U`) literals.
]]
[[`BOOST_NO_VARIADIC_TEMPLATES`][The compiler does not support
variadic templates.