Squashed 'third_party/boostorg/format/' content from commit a1c6137

Change-Id: I7c2f1d4813c1e733fcf553b4ed9c418e661b0ea8
git-subtree-dir: third_party/boostorg/format
git-subtree-split: a1c613764dd96f97749e1e059c80f0f3515fcf0b
46 files changed
tree: 35e58cbda1d35a8113dc1fa87497f49c9cd1d07d
  1. benchmark/
  2. doc/
  3. example/
  4. include/
  5. meta/
  6. test/
  7. tools/
  8. .gitattributes
  9. .travis.yml
  10. appveyor.yml
  11. index.html
  12. Jamfile
  13. LICENSE
  14. README.md
README.md

Format, part of the collection of Boost C++ Libraries, provides a type-safe mechanism for formatting arguments according to a printf-like format-string. User-defined types are supported by providing a std::ostream operator << implementation for them.

License

Distributed under the Boost Software License, Version 1.0.

Properties

  • C++03
  • Header-only

Build Status

BranchTravisAppveyorCoverity Scancodecov.ioDepsDocsTests
masterBuild StatusBuild statusCoverity Scan Build StatuscodecovDepsDocumentationEnter the Matrix
developBuild StatusBuild statusCoverity Scan Build StatuscodecovDepsDocumentationEnter the Matrix

Directories

NamePurpose
benchmarkbenchmark tool
docdocumentation
examplesuse case examples
includeheaders
testunit tests
toolsdevelopment tools

More information

  • Ask questions: Be sure to read the documentation first as Boost.Format, like any other string formatting library, has its own rules.
  • Report bugs: Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.
  • Submit Pull Requests against the develop branch. Note that by submitting patches you agree to license your modifications under the Boost Software License, Version 1.0. Be sure to include tests proving your changes work properly.
  • Discussions about the library are held on the Boost developers mailing list. Be sure to read the discussion policy before posting and add the [format] tag at the beginning of the subject line.