1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-02-04 21:33:56 +00:00

support C++14 mode

This commit is contained in:
Bolero-MURAKAMI 2014-04-28 11:22:50 +09:00
parent 5b2ea7f0eb
commit 80ec4d0a7b
3 changed files with 6 additions and 6 deletions

View file

@ -48,8 +48,8 @@ Supported Compilers
Linux:
* GCC, C++11 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.8.0, 4.8.1, 4.8.2, 4.9.0
* Clang, C++11 mode: 3.2, 3.3, 3.4
* GCC, C++11/14 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.8.0, 4.8.1, 4.8.2, 4.9.0
* Clang, C++11/14 mode: 3.2, 3.3, 3.4
.. _sprout-author:
*******************************************************************************

View file

@ -136,8 +136,8 @@
<h2>Supported Compilers<a class="headerlink" href="#supported-compilers" title="Permalink to this headline"></a></h2>
<p>Linux:</p>
<ul class="simple">
<li>GCC, C++11 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.8.0, 4.8.1, 4.8.2, 4.9.0</li>
<li>Clang, C++11 mode: 3.2, 3.3, 3.4</li>
<li>GCC, C++11/14 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.8.0, 4.8.1, 4.8.2, 4.9.0</li>
<li>Clang, C++11/14 mode: 3.2, 3.3, 3.4</li>
</ul>
</div>
<div class="section" id="author">

View file

@ -48,8 +48,8 @@ Supported Compilers
Linux:
* GCC, C++11 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.8.0, 4.8.1, 4.8.2, 4.9.0
* Clang, C++11 mode: 3.2, 3.3, 3.4
* GCC, C++11/14 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.8.0, 4.8.1, 4.8.2, 4.9.0
* Clang, C++11/14 mode: 3.2, 3.3, 3.4
.. _sprout-author:
*******************************************************************************