issues
search
fmtlib
/
fmt
A modern formatting library
https://fmt.dev
Other
20.85k
stars
2.51k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fmt::vformat() throws an exception on Android x86 during chrono formatting.
#4244
TheStormN
opened
10 hours ago
0
Cannot dispatch to fmt::formatter for vector types
#4243
nextsilicon-itay-bookstein
opened
4 days ago
1
Compilation error: "'arg' is not a constant expression"
#4242
YanzhaoW
closed
4 days ago
2
Failure to use format_as when <fmt/ranges.h> is included and operand is a range
#4241
nextsilicon-itay-bookstein
closed
1 week ago
2
Extend the interface of join to pass nested separator down
#4240
correaa
closed
1 week ago
3
Export all range join overloads
#4239
Arghnews
closed
1 week ago
1
More details are needed in the "argument not found" exception
#4238
ujos
closed
1 week ago
3
What is the proper way to use fmt as a C++ 20 module?
#4237
yuannan
opened
1 week ago
5
Replace std::forward for clang-tidy
#4236
Arghnews
closed
1 week ago
2
Fix chrono formatting syntax documentation
#4235
nikola-sh
closed
1 week ago
1
Can't build fmt as a module
#4234
LHLaurini
closed
2 weeks ago
3
Suppress MSVC warnings "C4127: conditional expression is constant" by used const_check
#4233
phprus
closed
2 weeks ago
1
\fmt\include\fmt/format.h(1698): warning C4127
#4232
UnrealKaraulov
closed
2 weeks ago
2
Possible use-after-move in join()
#4231
mattgodbolt
closed
1 week ago
5
Implement fmt::join for tuple-like objects
#4230
phprus
closed
2 weeks ago
1
buffer flush issue on glibc FILE
#4229
emmanuelthome
closed
2 weeks ago
1
Please make a new release
#4228
zmeyc
closed
2 weeks ago
1
String width/alignment speed difference between v9.1.0 and v10.0.0-master
#4227
landshark666
closed
3 weeks ago
3
Extend tuple features (e.g. join) to tuple-like objects
#4226
correaa
closed
2 weeks ago
12
Bump actions/upload-artifact from 4.4.0 to 4.4.3
#4225
dependabot[bot]
closed
3 weeks ago
1
Bump actions/checkout from 4.2.0 to 4.2.2
#4224
dependabot[bot]
closed
3 weeks ago
1
Bump github/codeql-action from 3.26.6 to 3.27.0
#4223
dependabot[bot]
closed
3 weeks ago
0
compile error if format string is too long
#4222
lano1106
closed
3 weeks ago
1
fmt's /utf-8 option breaks MSVC builds using /source-charset:windows-1252
#4221
martingalvan-volue
closed
3 weeks ago
1
MSVC warning - C4127: conditional expression is constant
#4220
remyjette
closed
2 weeks ago
3
Confusing error message instead of "invalid format specifier" when invoked in a non-constexpr lambda
#4219
b1f6c1c4
closed
3 weeks ago
1
Compilation fails with C++20 on emscripten's toolchain
#4218
Floris0106
closed
4 weeks ago
3
fmt::format_to infinite loop
#4217
Oipo
closed
4 weeks ago
1
Adapting {fmt} for embedded?
#4216
beewoolie
closed
1 month ago
8
Few questions about performance
#4215
kelbon
closed
1 month ago
0
When is the next patch/minor release going to be issued?
#4214
Outtaway
closed
1 month ago
1
have to inherit a class to achieve default formatter for class?
#4213
JaydenFish
closed
1 month ago
3
Ability to format with color and alignment
#4212
deadlocklogic
closed
1 month ago
5
Implement fmt::format_to into std::vector<char>
#4211
phprus
closed
1 month ago
1
Fix narrowing conversion warning in struct fstring
#4210
sergio-nsk
closed
4 weeks ago
1
How to build with AOSP (eg:Android 13)
#4209
MyHubTo
closed
1 month ago
1
Fix error: cannot use 'try' with exceptions disabled in Win LLVM Clang
#4208
sergio-nsk
closed
1 month ago
4
fmt/include\fmt/format-inl.h:1417:3: error: cannot use 'try' with exceptions disabled
#4207
sergio-nsk
closed
1 month ago
6
use `fmt::format_to` with `vector<char>` and `FMT_COMPILE`
#4206
trim21
closed
1 month ago
3
Compilation errors when using _cf user-defined literal with user-defined type
#4205
LHLaurini
closed
1 month ago
1
Printing uint64_t with filled spaces doesn't compile
#4204
SGSSGene
closed
1 month ago
4
Exception formatting is undocumented
#4203
robinchrist
closed
1 month ago
1
Ambiguity when using `format_as` with something that looks like a range
#4202
mattgodbolt
closed
1 month ago
5
fmt trunc fill character into 16bit, even for wchar_t(linux) or char32_t
#4201
XZiar
closed
1 month ago
1
Changing type of data_ to size_t to avoid compilation errors
#4200
vinayyadav3016
closed
1 month ago
1
Compilation failure using mingw32 when -Wconversion is enabled.
#4199
vinayyadav3016
closed
1 month ago
0
fmt::format_to + FMT_STRING with char16_t/char32_t characters fails to compile
#4198
XZiar
closed
1 month ago
2
Simplify lint
#4197
vitaut
closed
1 month ago
0
Easy way to convert
#4196
WeleSS2
closed
1 month ago
1
Build failure: ```fmt::v10::range_formatter``` no suitable user-defined conversion
#4195
hanayui
closed
1 month ago
3
Next