Skip to content

Commit

Permalink
LWG2047
Browse files Browse the repository at this point in the history
  • Loading branch information
sdutoit committed Feb 26, 2012
1 parent 7a4b2a2 commit 69b9e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utilities.tex
Original file line number Diff line number Diff line change
@@ -4606,7 +4606,7 @@
\pnum
\effects Transfers ownership from \tcode{u} to \tcode{*this} as if by calling
\tcode{reset(u.release())} followed by an assignment from
\tcode{std::forward<D>(u.get_deleter())}.
\tcode{std::forward<E>(u.get_deleter())}.

\pnum
\returns \tcode{*this}.

0 comments on commit 69b9e84

Please sign in to comment.