+2014-11-29 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/bits/locale_facets/nonio.h (__timepunct): Remove unused
+ typedef.
+ (time_get): Likewise. Fix comments.
+
2014-11-26 Jonathan Wakely <jwakely@redhat.com>
Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
public:
// Types:
typedef _CharT __char_type;
- typedef basic_string<_CharT> __string_type;
typedef __timepunct_cache<_CharT> __cache_type;
protected:
typedef _CharT char_type;
typedef _InIter iter_type;
//@}
- typedef basic_string<_CharT> __string_type;
/// Numpunct facet id.
static locale::id id;
/**
* @brief Return preferred order of month, day, and year.
*
- * This function returns an enum from timebase::dateorder giving the
+ * This function returns an enum from time_base::dateorder giving the
* preferred ordering if the format @a x given to time_put::put() only
* uses month, day, and year. If the format @a x for the associated
* locale uses other fields, this function returns
- * timebase::dateorder::noorder.
+ * time_base::dateorder::noorder.
*
* NOTE: The library always returns noorder at the moment.
*
- * @return A member of timebase::dateorder.
+ * @return A member of time_base::dateorder.
*/
dateorder
date_order() const
/**
* @brief Return preferred order of month, day, and year.
*
- * This function returns an enum from timebase::dateorder giving the
+ * This function returns an enum from time_base::dateorder giving the
* preferred ordering if the format @a x given to time_put::put() only
* uses month, day, and year. This function is a hook for derived
* classes to change the value returned.
*
- * @return A member of timebase::dateorder.
+ * @return A member of time_base::dateorder.
*/
virtual dateorder
do_date_order() const;