Skip to content

Commit

Permalink
[socket.acceptor.cons] add missing native_handle() post-condition to …
Browse files Browse the repository at this point in the history
…move ctor
  • Loading branch information
LarsGullik committed Aug 30, 2016
1 parent 4c578e8 commit a613fa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sockets.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3577,6 +3577,8 @@
\item
\tcode{enable_connection_aborted()} returns the same value as \tcode{rhs.enable_connection_aborted()} prior to the constructor invocation.
\item
\tcode{native_handle()} returns the prior value of \tcode{rhs.native_handle()}.
\item
\tcode{protocol_} is equal to the prior value of \tcode{rhs.protocol_}.
\item
\tcode{rhs.is_open() == false}.
Expand Down

0 comments on commit a613fa9

Please sign in to comment.