mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 00:50:40 +00:00
boost/signals/signal_template.hpp, boost/signals/detail/signal_base.hpp,
libs/signals/src/signal_base.cpp: - Moved combiner into "impl" so that its state remains safe even when the signal is deleted. boost/signals/signal_template.hpp: - Provide access to combiner via combiner() method libs/signals/doc/reference/signal_header.xml: - Document combiner() methods index.htm: - Announce this change for the next version [SVN r22468]
This commit is contained in:
parent
fda2d9787d
commit
da65f15851
2 changed files with 2 additions and 1 deletions
|
@ -123,6 +123,7 @@
|
|||
|
||||
<h3> ??? - Version 1.3?.?</h3>
|
||||
<ul>
|
||||
<li><a href="doc/html/signals.html">Signals</a> library: combiners may safely have state and are accessible from the signal.</li>
|
||||
<li>Compose: This deprecated library has been removed.</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0b81234470587d7a5040baaaaaacd8c753d07a70
|
||||
Subproject commit 4acda83a6a10b73ec65538e8fcbc4b1b5df4bbe8
|
Loading…
Add table
Reference in a new issue