Apply BOOST_NO_NOEXCEPT patch from Takaya Saito.

[SVN r71737]
This commit is contained in:
John Maddock
2011-05-05 11:55:46 +00:00
parent 81e3542d70
commit c5a77c1521
24 changed files with 146 additions and 4 deletions

View File

@@ -2695,6 +2695,18 @@
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">BOOST_NO_NOEXCEPT</span></code>
</p>
</td>
<td>
<p>
The compiler does not support <code class="computeroutput"><span class="identifier">noexcept</span></code>.
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">BOOST_NO_NULLPTR</span></code>