fmt/doc/usage.rst

17 lines
425 B
ReStructuredText
Raw Normal View History

2014-10-16 14:12:43 +00:00
.. highlight:: c++
*****
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
2014-11-05 15:39:34 +00:00
the line ::
2014-10-16 14:12:43 +00:00
#include "stdafx.h"
before other includes in ``format.cc``.