diff --git a/bind.html b/bind.html index 73b20d0..e50b42c 100644 --- a/bind.html +++ b/bind.html @@ -519,7 +519,7 @@ implicitly converted to R. implicitly converted to R.

-Throws: Nothing unless the copy constructors of F and A1 throw an exception. +Throws: Nothing unless the copy constructors of F or A1 throw an exception.

template<class F, class A1> implementation-defined-3-1 bind(F f, A1 a1)

@@ -560,7 +560,7 @@ implicitly converted to R. implicitly converted to R.

-Throws: Nothing unless the copy constructors of F, A1 and A2 throw an exception. +Throws: Nothing unless the copy constructors of F, A1 or A2 throw an exception.

template<class F, class A1, class A2> implementation-defined-7-1 bind(F f, A1 a1, A2 a2)

@@ -577,7 +577,7 @@ implicitly converted to R. f(µ(a1, v1, v2, ..., vm), µ(a2, v1, v2, ..., vm)).

-Throws: Nothing unless the copy constructors of A1 and A2 throw an exception. +Throws: Nothing unless the copy constructors of A1 or A2 throw an exception.

template<class R, class T, class B1, class A1, class A2> implementation-defined-9 bind(R (T::*f) (B1), A1 a1, A2 a2)