Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / hana / doc / html / index.html
index 51bbe81..c758c5d 100644 (file)
@@ -254,14 +254,14 @@ Note for CMake users</h2>
 <div class="fragment"><div class="line">list(APPEND CMAKE_PREFIX_PATH &quot;${INSTALLATION_PREFIX_FOR_HANA}&quot;)</div><div class="line">or</div><div class="line">cmake ... -DCMAKE_PREFIX_PATH=${INSTALLATION_PREFIX_FOR_HANA}</div></div><!-- fragment --><p>where <code>INSTALLATION_PREFIX_FOR_HANA</code> is the path to the place where Hana was installed.</p>
 <h2><a class="anchor" id="tutorial-installation-requirements"></a>
 Compiler requirements</h2>
-<p>The library relies on a C++14 compiler and standard library, but nothing else is required. Here is a table of the current C++14 compilers/toolchains with comments regarding support for Hana:</p>
+<p>The library relies on a C++14 compiler and standard library, but nothing else is required. However, we only guarantee support for the compilers listed below, which are tested on an ongoing basis:</p>
 <table class="markdownTable">
 <tr class="markdownTableHead">
 <th class="markdownTableHeadNone">Compiler/Toolchain  </th><th class="markdownTableHeadNone">Status   </th></tr>
 <tr class="markdownTableRowOdd">
-<td class="markdownTableBodyNone">Clang &gt;= 3.5.0  </td><td class="markdownTableBodyNone">Fully working; tested on each push to GitHub   </td></tr>
+<td class="markdownTableBodyNone">Clang &gt;= 3.9.1  </td><td class="markdownTableBodyNone">Fully working; tested on each push to GitHub   </td></tr>
 <tr class="markdownTableRowEven">
-<td class="markdownTableBodyNone">Xcode &gt;= 8.3  </td><td class="markdownTableBodyNone">Fully working; tested on each push to GitHub   </td></tr>
+<td class="markdownTableBodyNone">Xcode &gt;= 9.1  </td><td class="markdownTableBodyNone">Fully working; tested on each push to GitHub   </td></tr>
 <tr class="markdownTableRowOdd">
 <td class="markdownTableBodyNone">GCC &gt;= 6.0.0  </td><td class="markdownTableBodyNone">Fully working; tested on each push to GitHub   </td></tr>
 <tr class="markdownTableRowEven">
@@ -274,7 +274,7 @@ Compiler requirements</h2>
 <li>Automatically deduced return type</li>
 <li>All the C++14 type traits from the <code>&lt;type_traits&gt;</code> header</li>
 </ul>
-<p>More information for specific platforms is available on <a href="https://github.com/boostorg/hana/wiki">the wiki</a>.</p>
+<p>Using a compiler not listed above may work, but support for such compilers is not guaranteed. More information for specific platforms is available on <a href="https://github.com/boostorg/hana/wiki">the wiki</a>.</p>
 <h1><a class="anchor" id="tutorial-support"></a>
 Support</h1>
 <hr/>