tmp/tmpp1ozs4by/{from.md → to.md}
RENAMED
|
@@ -4,12 +4,12 @@
|
|
| 4 |
namespace std {
|
| 5 |
template <class charT, class OutputIterator = ostreambuf_iterator<charT>>
|
| 6 |
class time_put_byname : public time_put<charT, OutputIterator>
|
| 7 |
{
|
| 8 |
public:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
|
| 12 |
explicit time_put_byname(const char*, size_t refs = 0);
|
| 13 |
explicit time_put_byname(const string&, size_t refs = 0);
|
| 14 |
protected:
|
| 15 |
~time_put_byname();
|
|
|
|
| 4 |
namespace std {
|
| 5 |
template <class charT, class OutputIterator = ostreambuf_iterator<charT>>
|
| 6 |
class time_put_byname : public time_put<charT, OutputIterator>
|
| 7 |
{
|
| 8 |
public:
|
| 9 |
+
using char_type = charT;
|
| 10 |
+
using iter_type = OutputIterator;
|
| 11 |
|
| 12 |
explicit time_put_byname(const char*, size_t refs = 0);
|
| 13 |
explicit time_put_byname(const string&, size_t refs = 0);
|
| 14 |
protected:
|
| 15 |
~time_put_byname();
|