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:
Douglas Gregor 2004-03-10 04:37:14 +00:00
parent fda2d9787d
commit da65f15851
2 changed files with 2 additions and 1 deletions

View file

@ -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