locale_facets.h: Document public classes and functions.
2003-01-06 Jerry Quinn <jlquinn@optonline.net> * include/bits/locale_facets.h: Document public classes and functions. * include/bits/locale_facets.tcc (time_get::_M_extract_via_format): Add comment. From-SVN: r75498
This commit is contained in:
parent
93c9d1bae6
commit
9a01c9b061
@ -1,3 +1,10 @@
|
||||
2003-01-06 Jerry Quinn <jlquinn@optonline.net>
|
||||
|
||||
* include/bits/locale_facets.h: Document public classes and
|
||||
functions.
|
||||
* include/bits/locale_facets.tcc (time_get::_M_extract_via_format):
|
||||
Add comment.
|
||||
|
||||
2004-01-06 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* testsuite/27_io/basic_istream/extractors_other/char/1.cc:
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1551,6 +1551,10 @@ namespace std
|
||||
time_get<_CharT, _InIter>::do_date_order() const
|
||||
{ return time_base::no_order; }
|
||||
|
||||
// Recursively expand a strftime format string and parse it. Starts w/ %x
|
||||
// and %X from do_get_time() and do_get_date(), which translate to a more
|
||||
// specific string, which may contain yet more strings. I.e. %x => %r =>
|
||||
// %H:%M:%S => extracted characters.
|
||||
template<typename _CharT, typename _InIter>
|
||||
void
|
||||
time_get<_CharT, _InIter>::
|
||||
|
Loading…
Reference in New Issue
Block a user