Added FIXME for potential beautification

felipesanches-svg
Marius Kintel 2011-12-25 14:23:24 +01:00
parent 541d170ae3
commit 8f3a0d4dce
1 changed files with 1 additions and 0 deletions

View File

@ -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 << '"';