Skip to content

Commit

Permalink
[fs.op.permissions] Escape unary complement operator
Browse files Browse the repository at this point in the history
  • Loading branch information
jwakely committed Jun 6, 2016
1 parent 6be63b6 commit 256d202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/iostreams.tex
Expand Up @@ -14078,7 +14078,7 @@
\tcode{add_perms} &
\tcode{status(p).permissions() | (prms \& perms::mask)} \\ \rowsep
\tcode{remove_perms} &
\tcode{status(p)}\tcode{.permissions() \& ~(prms \& perms::mask)} \\
\tcode{status(p)}\tcode{.permissions() \& \~(prms \& perms::mask)} \\
\end{floattable}

\enternote Conceptually permissions are viewed as bits, but the actual
Expand Down

0 comments on commit 256d202

Please sign in to comment.