From f5371a75f483a7965e09b2760e050f2fe39f3040 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 14 Oct 2021 15:57:10 -0700 Subject: [PATCH] locale.h -> format.h --- doc/syntax.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syntax.rst b/doc/syntax.rst index 47c3f893..832dadca 100644 --- a/doc/syntax.rst +++ b/doc/syntax.rst @@ -449,7 +449,7 @@ Using type-specific formatting:: Using the comma as a thousands separator:: - #include + #include auto s = fmt::format(std::locale("en_US.UTF-8"), "{:L}", 1234567890); // s == "1,234,567,890"