mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Mention warning-free feature.
This commit is contained in:
parent
82475e4874
commit
5f731683af
@ -32,6 +32,7 @@ Features
|
||||
permissive BSD `license`_.
|
||||
* `Portability`_ with consistent output across platforms and support
|
||||
for older compilers.
|
||||
* Clean warning-free codebase even on high warning levels (``-Wall -Wextra -pedantic``).
|
||||
|
||||
See the `documentation <http://vitaut.github.com/format/>`__ for more details.
|
||||
|
||||
@ -287,7 +288,7 @@ The format library has been tested on the following systems and compilers:
|
||||
|
||||
* 64-bit (amd64) GNU/Linux with GCC 4.6.3 and 4.7.2
|
||||
* 32-bit (i386) GNU/Linux with GCC 4.6.3
|
||||
* Mac OS X with GCC 4.2.1
|
||||
* Mac OS X with GCC 4.2.1 and Clang
|
||||
* 64-bit Windows with Visual C++ 2010
|
||||
* 32-bit Windows with Visual C++ 2010
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user