Andy Sawyer
d6f23a9a36
catch_tostring : moved defintion of rangeToString
...
Detail::rangeToString is now defined after the various toString
overloads. This results in them being accessible with rangeToString is
instantiated (in this case, by StringMaker<vector>). This (sort-of)
fixes the problem where contained types are toString'd incorrectly.
Consider:
std::vector<std::string> v { "abc" };
Before:
Catch::toString( v ) == "{ abc }"
After:
Catch::toString( v ) == "{ "abc" }"
(note the extra pair of quotes around the "abc" - these are added by
Catch::toString( std::string ) which is now called by rangeToString)
2013-09-21 18:45:42 +01:00
..
2013-09-14 19:58:45 +01:00
2013-07-03 19:14:59 +01:00
2013-05-17 19:35:33 +01:00
2013-09-14 19:58:45 +01:00
2013-08-16 18:57:57 +01:00
2013-08-15 18:39:55 +01:00
2013-05-14 19:31:21 +01:00
2013-08-07 18:56:35 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-07-23 08:15:34 +01:00
2013-07-03 19:14:59 +01:00
2013-08-16 19:08:39 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-09-14 19:58:45 +01:00
2013-04-23 18:58:56 +01:00
2013-09-14 19:58:45 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-08-15 19:09:07 +01:00
2013-08-07 18:56:35 +01:00
2013-08-07 18:56:35 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-04-23 18:58:56 +01:00
2013-08-16 08:01:16 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-06-28 16:25:49 +01:00
2013-07-26 19:28:34 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-04-23 18:58:56 +01:00
2013-07-03 19:14:59 +01:00
2012-08-16 18:47:41 +01:00
2013-07-23 08:15:34 +01:00
2013-07-24 19:13:08 +01:00
2013-08-16 19:08:39 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-08-15 19:09:07 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-08-07 18:56:35 +01:00
2013-07-03 19:14:59 +01:00
2013-08-07 18:56:35 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-07-02 08:49:29 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-09-07 12:07:38 +01:00
2013-07-25 08:18:09 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-08-16 19:08:39 +01:00
2013-08-16 19:08:39 +01:00
2013-09-21 18:45:42 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 08:25:11 +01:00
2013-09-14 19:58:45 +01:00
2013-07-03 19:14:59 +01:00
2013-08-16 18:57:57 +01:00