From 79af684323abfa10abfc31003ab47fd89a03d625 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Tue, 27 May 2014 16:14:46 +0200 Subject: Tweaked the forms look and feal a bit and changed the way models are created. --- fusion_outputter.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fusion_outputter.hpp') diff --git a/fusion_outputter.hpp b/fusion_outputter.hpp index 3c3d5c4..a1a6927 100644 --- a/fusion_outputter.hpp +++ b/fusion_outputter.hpp @@ -39,8 +39,6 @@ struct Outputter { return os; } - - }; template @@ -48,7 +46,7 @@ std::ostream& operator<<(std::ostream& os, std::map map) { os << "{" << std::endl; for (auto&& x : map) { - os << "\t{" << x.first << ", " << x.second << "}" << std::endl; + os << "\t{" << x.first << ", " << "{" << x.second << "}}" << std::endl; } os << "}" << std::endl; return os; -- cgit v1.2.3-70-g09d2