Modified Header::Date::write it wasn't printing date because method wasn't implemented.

parent 86df28c3
...@@ -314,7 +314,7 @@ Date::parse(const std::string &str) { ...@@ -314,7 +314,7 @@ Date::parse(const std::string &str) {
void void
Date::write(std::ostream& os) const { Date::write(std::ostream& os) const {
UNUSED(os) fullDate_.write(os);
} }
void void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment