We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d1452 commit b6776f3Copy full SHA for b6776f3
README.md
@@ -13,8 +13,11 @@ of the type of `s`, tinyformat might be for you. Design goals include:
13
* Augment rather than replace the standard stream formatting mechanism
14
* C++98 support, with optional C++11 niceties
15
16
+Build status, master branch:
17
+[](https://travis-ci.org/c42f/tinyformat)
18
+[](https://ci.appveyor.com/project/c42f/tinyformat/branch/master)
19
-## Example usage
20
+## Quickstart
21
22
To print a date to `std::cout`:
23
0 commit comments