From f9d6e05676544acbc9c6b89a56cfe39b89dbbfb3 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Fri, 4 Jan 2013 01:43:06 +0000 Subject: [PATCH] Applied patches for Tickets #7738, #7737 and #7646 [SVN r82348] --- doc/tuple.qbk | 4 ++-- .../fusion/adapted/struct/detail/define_struct_inline.hpp | 2 +- include/boost/fusion/container/deque/deque.hpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/tuple.qbk b/doc/tuple.qbk index 3be81bbe..5dd6be51 100644 --- a/doc/tuple.qbk +++ b/doc/tuple.qbk @@ -91,7 +91,7 @@ Where `Vi` is `X&` if the cv-unqualified type `Ti` is `reference_wrapper`, ot template tuple tie(T1& t1, T2& t2, ..., TN& tn); -[*Returns]: tuple(t1, t2, ..., tN). When argument `ti` is `ignore`, assigning any value to the corresponding tuple element has has no effect. +[*Returns]: tuple(t1, t2, ..., tN). When argument `ti` is `ignore`, assigning any value to the corresponding tuple element has no effect. [endsect] @@ -254,7 +254,7 @@ The __tr1__tuple__ interface is specified to provide uniform access to `std::pai [*Type]: `T2` -[*Value]: Returns thetype of the second element of the pair +[*Value]: Returns the type of the second element of the pair template P& get(std::pair& pr); diff --git a/include/boost/fusion/adapted/struct/detail/define_struct_inline.hpp b/include/boost/fusion/adapted/struct/detail/define_struct_inline.hpp index c06b61b5..bc05e9a8 100644 --- a/include/boost/fusion/adapted/struct/detail/define_struct_inline.hpp +++ b/include/boost/fusion/adapted/struct/detail/define_struct_inline.hpp @@ -36,7 +36,7 @@ // an alternate implementation for these metafunctions is used that does not // require such specializations. The alternate implementation takes longer // to compile so its use is restricted to the offending compilers. -// For MSVC, the bug was was reported at https://connect.microsoft.com/VisualStudio/feedback/details/757891/c-compiler-error-involving-partial-specializations-of-nested-templates +// For MSVC, the bug was reported at https://connect.microsoft.com/VisualStudio/feedback/details/757891/c-compiler-error-involving-partial-specializations-of-nested-templates // For GCC, 4.4 and earlier are no longer maintained so there is no need // to report a bug. #if defined(BOOST_MSVC) || (defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ <= 4))) diff --git a/include/boost/fusion/container/deque/deque.hpp b/include/boost/fusion/container/deque/deque.hpp index b510b911..9fbd9994 100644 --- a/include/boost/fusion/container/deque/deque.hpp +++ b/include/boost/fusion/container/deque/deque.hpp @@ -11,7 +11,7 @@ #include /////////////////////////////////////////////////////////////////////////////// -// With variadics, we will use the PP version version +// With variadics, we will use the PP version /////////////////////////////////////////////////////////////////////////////// #if defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) # include