documentation update

[SVN r47496]
This commit is contained in:
Emil Dotchevski
2008-07-17 00:13:09 +00:00
parent 88ef777088
commit 09c3747408
3 changed files with 2582 additions and 2582 deletions

View File

@ -29,7 +29,7 @@ boost
---unspecified--- <span class="RenoLink"><a href="enable_current_exception.html">enable_current_exception</a></span>( T const &amp; e );</span>
}</pre>
</div><h4>Requirements:</h4>
<p>T must have an accessible no-throw copy constructor.</p>
<p>T must be of user-defined type with an accessible no-throw copy constructor.</p>
<h4>Returns:</h4>
<p>An object of <i>unspecified</i> type which derives publicly from T. That is, the returned object can be intercepted by a catch(T &amp;).</p>
<h4>Description:</h4>