fmt/doc/index.rst
2014-10-10 08:40:35 -07:00

27 lines
494 B
ReStructuredText

##########
C++ Format
##########
*****
Usage
*****
To use the C++ Format library, add ``format.h`` and ``format.cc`` from
a `release archive <https://github.com/cppformat/cppformat/releases/latest>`_
or the `Git repository <https://github.com/cppformat/cppformat>`_ to your project.
If you are using Visual C++ with precompiled headers, you might need to add
the line
::
#include "stdafx.h"
before other includes in ``format.cc``.
.. toctree::
:maxdepth: 2
reference
syntax