mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 06:21:00 +00:00
Move "What users say" to the front page
This commit is contained in:
parent
9af6c41684
commit
eaf30d5b0d
@ -262,15 +262,6 @@ on integer formatting than ``fmt::Writer`` on Karma's own benchmark,
|
|||||||
see `Fast integer to string conversion in C++
|
see `Fast integer to string conversion in C++
|
||||||
<http://zverovich.net/2013/09/07/integer-to-string-conversion-in-cplusplus.html>`_.
|
<http://zverovich.net/2013/09/07/integer-to-string-conversion-in-cplusplus.html>`_.
|
||||||
|
|
||||||
What Users Say
|
|
||||||
--------------
|
|
||||||
|
|
||||||
Thanks for creating this library. It’s been a hole in C++ for a long time.
|
|
||||||
I’ve used both boost::format and loki::SPrintf, and neither felt like the
|
|
||||||
right answer. This does.
|
|
||||||
|
|
||||||
-- Kurt Haas
|
|
||||||
|
|
||||||
Benchmarks
|
Benchmarks
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
@ -5,6 +5,17 @@ C++ Format (cppformat) is an open-source formatting library for C++.
|
|||||||
It can be used as a safe alternative to printf or as a fast
|
It can be used as a safe alternative to printf or as a fast
|
||||||
alternative to IOStreams.
|
alternative to IOStreams.
|
||||||
|
|
||||||
|
.. raw:: html
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">What users say:</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
Thanks for creating this library. It’s been a hole in C++ for a long time.
|
||||||
|
I’ve used both boost::format and loki::SPrintf, and neither felt like the
|
||||||
|
right answer. This does.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
.. _format-api:
|
.. _format-api:
|
||||||
|
|
||||||
Format API
|
Format API
|
||||||
|
Loading…
Reference in New Issue
Block a user