Commit 680d88de authored by Victor Zverovich's avatar Victor Zverovich

Add Usage section.

parent b1bbc909
...@@ -2,6 +2,22 @@ ...@@ -2,6 +2,22 @@
.. _string-formatting-api: .. _string-formatting-api:
Usage
-----
To use the C++ Format library, add ``format.h`` and ``format.cc`` from
one of the `release archives <https://github.com/cppformat/cppformat/releases>`__
or the `Git repository <https://github.com/cppformat/cppformat>`__ to your project.
If you are using Visual Studio with precompiled headers, you might need to add
the line
::
#include "stdafx.h"
before other includes in ``format.cc``.
C++ Format Library API C++ Format Library API
---------------------- ----------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment