2014-10-10 15:40:35 +00:00
|
|
|
##########
|
|
|
|
C++ Format
|
|
|
|
##########
|
2012-12-18 16:41:59 +00:00
|
|
|
|
2014-10-10 15:40:35 +00:00
|
|
|
*****
|
2014-06-21 15:50:48 +00:00
|
|
|
Usage
|
2014-10-10 15:40:35 +00:00
|
|
|
*****
|
2014-06-21 15:50:48 +00:00
|
|
|
|
|
|
|
To use the C++ Format library, add ``format.h`` and ``format.cc`` from
|
2014-08-21 15:49:13 +00:00
|
|
|
a `release archive <https://github.com/cppformat/cppformat/releases/latest>`_
|
|
|
|
or the `Git repository <https://github.com/cppformat/cppformat>`_ to your project.
|
2014-06-21 15:50:48 +00:00
|
|
|
|
2014-06-29 18:51:27 +00:00
|
|
|
If you are using Visual C++ with precompiled headers, you might need to add
|
2014-06-21 15:50:48 +00:00
|
|
|
the line
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
#include "stdafx.h"
|
|
|
|
|
|
|
|
before other includes in ``format.cc``.
|
|
|
|
|
2014-10-10 15:40:35 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
2012-12-18 14:49:18 +00:00
|
|
|
|
2014-10-10 15:40:35 +00:00
|
|
|
reference
|
|
|
|
syntax
|