Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
680d88de
Commit
680d88de
authored
Jun 21, 2014
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Usage section.
parent
b1bbc909
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
doc/index.rst
doc/index.rst
+16
-0
No files found.
doc/index.rst
View file @
680d88de
...
@@ -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
----------------------
----------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment