Removed enable_if factory on SUNPRO compilers

This commit is contained in:
Andrzej Krzemienski
2016-03-05 23:22:29 +01:00
parent 442b27c019
commit 0831788c86
4 changed files with 6 additions and 5 deletions

View File

@ -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">&lt;</span><span class="identifier">type_traits</span><span class="special">&gt;</span></code>.
</li>
</ul></div>
<h4>