Registry / utility / fmt
library12.1.0vcpkgunverified

{fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams.

vcpkg install fmt
INSTALL
IMPORT
SIG · FMT
F
fmt
utilitycppv12.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fmt/core.h
#include <fmt/core.h>

Print formatted string using fmt library

#include <fmt/core.h> int main() { fmt::print("Hello, {}!\n", "world"); return 0; }
Debug
Known issues
gotchafmt is header-only by default but can be compiled as a shared library; linking may be required.
fix
Use target_link_libraries(your_target fmt::fmt) to ensure proper linkage.
affects: >=5.0
Upgrade
Version history
12.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

fmt — pip install fmt · libregistry