diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-30 13:02:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-30 13:02:29 +0100 |
| commit | b365da4229b2a9d0ceef632af6880a38ecb65325 (patch) | |
| tree | b37f7c5d68206c6aab456ec44ac666c7f4b6bdf2 /src/time_pair.h | |
| parent | 38a5ff713757b9dc0cb67cb09613182c46dc9657 (diff) | |
Various fixes to STL read/write.
Diffstat (limited to 'src/time_pair.h')
| -rw-r--r-- | src/time_pair.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/time_pair.h b/src/time_pair.h index 404c143..9b9c357 100644 --- a/src/time_pair.h +++ b/src/time_pair.h @@ -57,6 +57,8 @@ private: boost::optional<MetricTime> _metric; }; +std::ostream& operator<< (std::ostream & s, TimePair const &); + } #endif |
