This website requires JavaScript.
Explore
Help
Sign In
External
/
fmt
Watch
8
Star
0
Fork
0
You've already forked fmt
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dbbd69f255
fmt
/
include
/
fmt
History
Daniela Engert
dbbd69f255
Silence msvc warning about an unused named parameter
...
Warning C4100 may cause compile failures under strict warning regimes.
2021-05-15 19:02:28 +02:00
..
args.h
Fix handling of types with to_string_view and formatter specialization (
#2180
)
2021-03-18 11:25:43 -07:00
chrono.h
Make chrono formatting locale-independent by default
2021-05-07 16:14:10 -07:00
color.h
C++17: std::char_traits<>::{compare,length} is constexpr. (
#2246
)
2021-04-23 06:11:34 -07:00
compile.h
add support for statically named arguments with FMT_STRING
2021-05-14 16:31:10 -07:00
core.h
Silence msvc warning about an unused named parameter
2021-05-15 19:02:28 +02:00
format-inl.h
Avoid use after move (
#2278
)
2021-05-11 16:58:07 -07:00
format.h
add support for statically named arguments with FMT_STRING
2021-05-14 16:31:10 -07:00
locale.h
Tag official API for module export (
#2235
)
2021-04-16 11:04:55 -07:00
os.h
Fix issue
#2274
.
2021-05-10 15:57:23 -07:00
ostream.h
Export printf-related contexts from printf.h
2021-04-24 06:39:57 -07:00
printf.h
Use write directly in formatter specializations
2021-05-09 07:07:51 -07:00
ranges.h
Exclude fallback from is_formattable
2021-05-05 06:29:51 -07:00