the stdlib supports &= in more contexts; refs #3524

This commit is contained in:
Andreas Rumpf
2016-03-05 16:13:23 +01:00
parent ef36a9dc3d
commit cc925d97f4
3 changed files with 10 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ Library Additions
- The rlocks module has been added providing reentrant lock synchronization
primitive.
- A generic "sink operator" written as ``&=`` has been added to the ``system`` and the ``net`` modules.
Compiler Additions
------------------