File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ of the standard library implementations are affected by this mistake.</p></li>
2828<li ><p >`date_order()` might need additional locale facets to find out the date order, but it doesn't have an
2929<tt >ios_base& </tt > argument from which to get the locale.</p ></li >
3030<li ><p >Many locales do not use any of the specified formats. For example, `de_DE` uses `%d.%m.%Y`, `zh_CN`
31- uses `%Y?%m?%d? `. Although <sref ref =" [locale.time.get.virtuals]" />/5 gives an implementation the latitude
31+ uses `%Y年%m月%d日 `. Although <sref ref =" [locale.time.get.virtuals]" />/5 gives an implementation the latitude
3232to accept additional formats, ambiguity could arise if the locale's format disagrees with `date_order()`.</p ></li >
3333</ol >
3434<p >
You can’t perform that action at this time.
0 commit comments