| 127 | } // namespace internal |
| 128 | |
| 129 | const char* TimestampParser::format() const { return ""; } |
| 130 | |
| 131 | std::shared_ptr<TimestampParser> TimestampParser::MakeStrptime(std::string format) { |
| 132 | return std::make_shared<internal::StrptimeTimestampParser>(std::move(format)); |
no outgoing calls