diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-27 23:51:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-21 08:52:19 +0200 |
commit | 6e3bfe103968390bd486293df93b381a13ad34df (patch) | |
tree | b9c45daca9800499b201a745fd56389ed7aaf754 /tests/manifest-parser | |
parent | ccad54fefd2d8c980c61ae487dd3bcc9237a6137 (diff) |
Adopt for use as ODB value types
Diffstat (limited to 'tests/manifest-parser')
-rw-r--r-- | tests/manifest-parser/driver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manifest-parser/driver.cxx b/tests/manifest-parser/driver.cxx index c54e2f0..0fd64f4 100644 --- a/tests/manifest-parser/driver.cxx +++ b/tests/manifest-parser/driver.cxx @@ -132,8 +132,8 @@ main () {{"","1"},{"a","x\\\\"},{"b",""},{"",""},{"",""}})); } -static std::ostream& -operator<< (std::ostream& os, const pairs& ps) +static ostream& +operator<< (ostream& os, const pairs& ps) { os << '{'; |