File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Try {fmt} in [Compiler Explorer](https://godbolt.org/z/8Mx1EW73v).
47
47
hundred million integers to strings per
48
48
second] ( http://www.zverovich.net/2020/06/13/fast-int-to-string-revisited.html )
49
49
- Small code size both in terms of source code with the minimum
50
- configuration consisting of just three files, ` core .h` , ` format.h `
50
+ configuration consisting of just three files, ` base .h` , ` format.h `
51
51
and ` format-inl.h ` , and compiled code; see [ Compile time and code
52
52
bloat] ( #compile-time-and-code-bloat )
53
53
- Reliability: the library has an extensive set of
@@ -74,7 +74,7 @@ See the [documentation](https://fmt.dev) for more details.
74
74
** Print to stdout** ([ run] ( https://godbolt.org/z/Tevcjh ) )
75
75
76
76
``` c++
77
- #include < fmt/core .h>
77
+ #include < fmt/base .h>
78
78
79
79
int main () {
80
80
fmt::print ("Hello, world!\n");
You can’t perform that action at this time.
0 commit comments