From 34bd32e225e2a8a94104489b31c42e5801cc1f4a Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:05:34 +0900 Subject: Imported Upstream version 1.63.0 Change-Id: Iac85556a04b7e58d63ba636dedb0986e3555714a Signed-off-by: DongHun Kwak --- doc/html/boost/numeric/functional/plus_assign_base.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/boost/numeric/functional/plus_assign_base.html') diff --git a/doc/html/boost/numeric/functional/plus_assign_base.html b/doc/html/boost/numeric/functional/plus_assign_base.html index a413b7d371..d7822ab141 100644 --- a/doc/html/boost/numeric/functional/plus_assign_base.html +++ b/doc/html/boost/numeric/functional/plus_assign_base.html @@ -36,16 +36,16 @@ struct plus_assign_base : public std::binary_function< Left, Right, typeof(lvalue< Left >()+=lvalue< Right >())> { - // public member functions - result_type operator()(Left &, Right &) const; + // public member functions + result_type operator()(Left &, Right &) const; };
-

Description

+

Description

-

-plus_assign_base public member functions

+

+plus_assign_base public member functions

  1. -
    result_type operator()(Left & left, Right & right) const;
    +
    result_type operator()(Left & left, Right & right) const;

    -- cgit v1.2.3