1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00

C++11 -> C++11/14

This commit is contained in:
Bolero-MURAKAMI 2014-02-20 07:35:30 +09:00
parent 5e238d30fe
commit e020ee8238

View file

@ -52,7 +52,7 @@
<div class="container" style="padding-top: 60px; padding-bottom: 40px;"> <div class="container" style="padding-top: 60px; padding-bottom: 40px;">
<div class="hero-unit"> <div class="hero-unit">
<h1>Sprout C++ Libraries</h1> <h1>Sprout C++ Libraries</h1>
<p>C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.</p> <p>C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.</p>
<p> <p>
<a href="./docs/index.html" class="btn btn-info btn-large">Documentation &raquo;</a> <a href="./docs/index.html" class="btn btn-info btn-large">Documentation &raquo;</a>
<a href="https://github.com/bolero-MURAKAMI/Sprout/" class="btn btn-primary btn-large" target="_blank">Repository (Github) &raquo;</a> <a href="https://github.com/bolero-MURAKAMI/Sprout/" class="btn btn-primary btn-large" target="_blank">Repository (Github) &raquo;</a>