Skip to content

Commit 8334cc8

Browse files
committed
[functional.syn, func.wrap.move] Hyphenate "move-only wrapper"
1 parent c2e05a4 commit 8334cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10651,7 +10651,7 @@
1065110651
template<class R, class... ArgTypes>
1065210652
bool operator==(const function<R(ArgTypes...)>&, nullptr_t) noexcept;
1065310653

10654-
// \ref{func.wrap.move}, move only wrapper
10654+
// \ref{func.wrap.move}, move-only wrapper
1065510655
template<class... S> class move_only_function; // \notdef
1065610656
template<class R, class... ArgTypes>
1065710657
class move_only_function<R(ArgTypes...) @\cv{}\itcorr[-1]@ @\placeholdernc{ref}@ noexcept(@\placeholdernc{noex}@)>; // \seebelow
@@ -13249,7 +13249,7 @@
1324913249
As if by: \tcode{f1.swap(f2);}
1325013250
\end{itemdescr}%
1325113251

13252-
\rSec3[func.wrap.move]{Move only wrapper}
13252+
\rSec3[func.wrap.move]{Move-only wrapper}
1325313253

1325413254
\rSec4[func.wrap.move.general]{General}
1325513255

0 commit comments

Comments
 (0)