mirror of
https://github.com/boostorg/convert.git
synced 2026-01-19 16:12:17 +00:00
66 lines
4.0 KiB
HTML
66 lines
4.0 KiB
HTML
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
<title>Supported Compilers</title>
|
||
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
||
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
||
<link rel="home" href="../index.html" title="Chapter 1. Boost.Convert 2.0">
|
||
<link rel="up" href="../index.html" title="Chapter 1. Boost.Convert 2.0">
|
||
<link rel="prev" href="supporting_tools/boost_declare_is_callable.html" title="BOOST_DECLARE_IS_CALLABLE">
|
||
<link rel="next" href="acknowledgements.html" title="Acknowledgements">
|
||
</head>
|
||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||
<div class="spirit-nav">
|
||
<a accesskey="p" href="supporting_tools/boost_declare_is_callable.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="acknowledgements.html"><img src="../images/next.png" alt="Next"></a>
|
||
</div>
|
||
<div class="section">
|
||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||
<a name="boost_convert.supported_compilers"></a><a class="link" href="supported_compilers.html" title="Supported Compilers">Supported Compilers</a>
|
||
</h2></div></div></div>
|
||
<p>
|
||
<span class="emphasis"><em>Boost.Convert</em></span> makes use of SFINAE for correct <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">convert</span><span class="special">()</span></code> deployment depending on the context. Unfortunately,
|
||
the correctness and the completeness of SFINAE support varies with different
|
||
compilers and different versions of those compilers. Consequently, some compilers
|
||
fail to compile <span class="emphasis"><em>Boost.Convert</em></span> API (although the actual
|
||
functionality provided by the converters themselves is probably availabable
|
||
via other non-standard means). <span class="emphasis"><em>Boost.Convert</em></span> has been
|
||
tested through the Boost regression-testing framework with the following results:
|
||
</p>
|
||
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
||
<li class="listitem">
|
||
CLANG. Successfully tested with versions from 2.9 to 3.6;
|
||
</li>
|
||
<li class="listitem">
|
||
GCC. Successfully tested with versions from 4.2.1 through to 5.0. Earlier
|
||
versions were not tested;
|
||
</li>
|
||
<li class="listitem">
|
||
Intel C++ compiler. Successfully tested with versions from 12.1 forward.
|
||
Earlier versions fail to compile <span class="emphasis"><em>Boost.Convert</em></span> due
|
||
to lacking full SFINAE support;
|
||
</li>
|
||
<li class="listitem">
|
||
MSVC. Successfully tested from MSVC 2013 (msvc-12.0) forward. Earlier versions
|
||
had some components disabled due to lacking full SFINAE support;
|
||
</li>
|
||
</ul></div>
|
||
<p>
|
||
Please visit <a href="http://www.boost.org/development/tests/develop/developer/convert.html" target="_top"><span class="emphasis"><em>Boost.Convert</em></span>
|
||
regression test summary</a> for the latest available report.
|
||
</p>
|
||
</div>
|
||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||
<td align="left"></td>
|
||
<td align="right"><div class="copyright-footer">Copyright © 2009-2022 Vladimir
|
||
Batov<p>
|
||
Distributed under the Boost Software License, Version 1.0. See copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>.
|
||
</p>
|
||
</div></td>
|
||
</tr></table>
|
||
<hr>
|
||
<div class="spirit-nav">
|
||
<a accesskey="p" href="supporting_tools/boost_declare_is_callable.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="acknowledgements.html"><img src="../images/next.png" alt="Next"></a>
|
||
</div>
|
||
</body>
|
||
</html>
|