Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49690 - sandbox/thread_safe_signals/trunk/libs/signals2/doc/reference
From: fmhess_at_[hidden]
Date: 2008-11-11 21:29:08


Author: fmhess
Date: 2008-11-11 21:29:08 EST (Tue, 11 Nov 2008)
New Revision: 49690
URL: http://svn.boost.org/trac/boost/changeset/49690

Log:
Removed some obsolete notes on default combiner behavior.

Text files modified:
   sandbox/thread_safe_signals/trunk/libs/signals2/doc/reference/signal_header.xml | 9 +--------
   1 files changed, 1 insertions(+), 8 deletions(-)

Modified: sandbox/thread_safe_signals/trunk/libs/signals2/doc/reference/signal_header.xml
==============================================================================
--- sandbox/thread_safe_signals/trunk/libs/signals2/doc/reference/signal_header.xml (original)
+++ sandbox/thread_safe_signals/trunk/libs/signals2/doc/reference/signal_header.xml 2008-11-11 21:29:08 EST (Tue, 11 Nov 2008)
@@ -354,14 +354,7 @@
             non-<computeroutput>const</computeroutput> version will
             invoke the combiner as
             non-<computeroutput>const</computeroutput>.</para>
-
- <para>Calling the function call operator may throw an
- exception if no slots are connected to the signal, depending
- on the combiner used. The default combiner will not throw
- for zero slots when the return type is <code>void</code> or
- <classname>optional</classname>&lt;T&gt;,
- but will throw when the return type is any other type (because there is no
- way to synthesize a return value).</para></notes>
+ </notes>
           </overloaded-method>
         </method-group>
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk