We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fmt/core.h
1 parent 0a917ee commit 4a0acc1Copy full SHA for 4a0acc1
doc/api.md
@@ -220,7 +220,7 @@ You can also write a formatter for a hierarchy of classes:
220
```c++
221
// demo.h:
222
#include <type_traits>
223
-#include <fmt/core.h>
+#include <fmt/format.h>
224
225
struct A {
226
virtual ~A() {}
@@ -403,7 +403,7 @@ All formatting is locale-independent by default. Use the `'L'` format
403
specifier to insert the appropriate number separator characters from the
404
locale:
405
406
- #include <fmt/core.h>
+ #include <fmt/format.h>
407
#include <locale>
408
409
std::locale::global(std::locale("en_US.UTF-8"));
0 commit comments