Add lots of value constructors.

This commit is contained in:
Jared Boone 2016-11-26 16:50:44 -08:00
parent cd31ae86d7
commit 4eb0facacb
54 changed files with 194 additions and 217 deletions

View file

@ -38,7 +38,7 @@ public:
Optional<File::Error> write_entry(const rtc::RTC& datetime, const std::string& entry);
private:
File file;
File file { };
Optional<File::Error> write_line(const std::string& message);
};