mirror of
https://github.com/boostorg/optional.git
synced 2025-07-29 12:07:21 +02:00
Removed enable_if factory on SUNPRO compilers
This commit is contained in:
@ -62,8 +62,8 @@
|
||||
</li>
|
||||
<li class="listitem">
|
||||
Made the perfect-forwarding constructor SFINAE-friendly, which fixes <a href="https://svn.boost.org/trac/boost/ticket/12002" target="_top">Trac #12002</a>.
|
||||
However, this only works in the newer compilers that implement variadic
|
||||
macros and <code class="computeroutput"><span class="keyword">decltype</span></code> correctly.
|
||||
However, this only works in the newer platforms that correctly implement
|
||||
C++11 <code class="computeroutput"><span class="special"><</span><span class="identifier">type_traits</span><span class="special">></span></code>.
|
||||
</li>
|
||||
</ul></div>
|
||||
<h4>
|
||||
|
@ -144,7 +144,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"><p><small>Last revised: February 19, 2016 at 17:45:39 GMT</small></p></td>
|
||||
<td align="left"><p><small>Last revised: March 05, 2016 at 22:17:22 GMT</small></p></td>
|
||||
<td align="right"><div class="copyright-footer"></div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
|
Reference in New Issue
Block a user