From 8f3a0d4dce57687cf208ee49b7858bf1310d1937 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sun, 25 Dec 2011 14:23:24 +0100 Subject: Added FIXME for potential beautification diff --git a/src/value.cc b/src/value.cc index 5ea766c..2cc6244 100644 --- a/src/value.cc +++ b/src/value.cc @@ -435,6 +435,7 @@ std::ostream &operator<<(std::ostream &stream, const Filename &filename) return stream; } +// FIXME: This could probably be done more elegantly using boost::regex std::ostream &operator<<(std::ostream &stream, const QuotedString &s) { stream << '"'; -- cgit v0.10.1