Neal Coombes dcab8a5971 Performance improvement in AssertionInfo.
By using char const * instead of std::string we avoid significant
copying per assertion.  In a simple loop with 10000000 CHECKS on
my system, this reduces the run time from 9.8s to 6s.
2017-06-22 18:03:47 +02:00
..
2014-03-17 18:40:58 +00:00
2017-02-14 09:16:54 +00:00
2017-02-13 14:12:22 +01:00
2017-03-06 09:23:31 +00:00
2017-03-13 15:40:21 +00:00
2014-05-19 18:57:14 +01:00
2017-04-04 11:31:13 +02:00
2015-07-28 18:55:11 +01:00
2014-03-17 18:40:58 +00:00
2017-06-15 13:08:26 +02:00