2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-27 06:32:08 +00:00

asio/use_future.hpp is already in the convenience header.

This commit is contained in:
Christopher Kohlhoff
2017-12-02 10:06:37 +11:00
parent 094354f343
commit ea2a35c9e0

View File

@@ -765,15 +765,9 @@
<xsl:when test="contains($file, 'boost/asio/ssl')">
<xsl:text>[^boost/asio/ssl.hpp]</xsl:text>
</xsl:when>
<xsl:when test="contains($file, 'boost/asio/package')">
<xsl:text>None</xsl:text>
</xsl:when>
<xsl:when test="contains($file, 'boost/asio/spawn')">
<xsl:text>None</xsl:text>
</xsl:when>
<xsl:when test="contains($file, 'boost/asio/use_future')">
<xsl:text>None</xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:text>[^boost/asio.hpp]</xsl:text>
</xsl:otherwise>