From d404599ff5ccd6737c56091ca088d16d03067cdd Mon Sep 17 00:00:00 2001
From: Howard Hinnant
Howard E. Hinnant
-2017-08-15
+2017-08-18
@@ -40,6 +40,7 @@
date
Introduction
@@ -8443,5 +8444,17 @@ extraction from a basic_istream<CharT, Traits> is
calls
+Some of the parsing and formatting flags require help from your std::lib's
+time_get
and time_put
facets for localization help. If you are
+happy with being restricted to the "C"
locale, and/or need to port this to an
+older platform that doesn't support the time_get
and time_put
+facets, compile with -DONLY_C_LOCALE=1
. This enables all of the streaming
+and parsing flags, but makes all of them assume the "C"
locale, and removes
+the dependency on the time_get
and time_put
facets.
+