# | Line 50 | Line 50 | inline ext::String operator+(const ext:: | |
---|---|---|
50 | return string + ext::String(stamp); | |
51 | } | |
52 | ||
53 | + | inline std::ostream& operator<<(std::ostream& sout, const Stamp& stamp) |
54 | + | { |
55 | + | return sout << ext::String(stamp); |
56 | + | } |
57 | + | |
58 | #endif // _Stamp_hpp_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |