diff --git a/abi.html b/abi.html index 7841aac..382e252 100644 --- a/abi.html +++ b/abi.html @@ -2667,8 +2667,9 @@

3.1.1 Value Parameters

  1. - In the special case where the parameter type has a non-trivial copy - constructor or destructor, the caller must allocate space for a + In the special case where the parameter type has a non-trivial copy or move + constructor or destructor, or all copy and move constructors are deleted, + the caller must allocate space for a temporary copy, and pass the resulting copy by reference (below). Specifically,