Skip to content

Commit

Permalink
Merge pull request #7268 from berni44/issue9603
Browse files Browse the repository at this point in the history
Add closures to warning and mark warning in red.
merged-on-behalf-of: Petar Kirov <PetarKirov@users.noreply.github.com>
  • Loading branch information
dlang-bot committed Dec 2, 2019
2 parents fff8163 + 56a0056 commit ad9d6f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions std/signals.d
Expand Up @@ -37,11 +37,11 @@
* $(LINK2 http://www.digitalmars.com/d/archives/16368.html, signals and slots)$(BR)
*
* Bugs:
* Slots can only be delegates formed from class objects or
* $(RED Slots can only be delegates formed from class objects or
* interfaces to class objects. If a delegate to something else
* is passed to connect(), such as a struct member function,
* a nested function or a COM interface, undefined behavior
* will result.
* a nested function, a COM interface or a closure, undefined behavior
* will result.)
*
* Not safe for multiple threads operating on the same signals
* or slots.
Expand Down

0 comments on commit ad9d6f1

Please sign in to comment.