# | Line 48 | Line 48 | Type Binary::convert(bool signed_) | |
---|---|---|
48 | return type; | |
49 | } | |
50 | ||
51 | + | inline ios::PrintWriter& operator<<(ios::PrintWriter& out, const Binary& binary) |
52 | + | { |
53 | + | return out << binary.operator ext::String(); |
54 | + | } |
55 | + | |
56 | #endif // _Binary_hpp_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |