Mercurial > minori
view dep/fmt/test/static-export-test/library.cc @ 363:f10507d8f686
CI/linux: deploy qt plugin as well
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 15 Jul 2024 01:33:51 -0400 |
parents | 1faa72660932 |
children |
line wrap: on
line source
#include <fmt/compile.h> __attribute__((visibility("default"))) std::string foo() { return fmt::format(FMT_COMPILE("foo bar {}"), 4242); }