Lioncash 5b92d5076a
Common: Use fmt where applicable
Begins the transition to using fmt for string formatting where
applicable. Given fmt supports formatting std::string instances out of
the box, we can remove now-unnecessary calls to .c_str() and .data().

Note that this change does not touch the actual logging subsystem aside
from converting the final StringFromFormat call in the process over to
fmt::format. Given our logging system is heavily used throughout the
entire codebase, and converting that over will be quite a large change
by itself, this will be tackled near the end of the conversion process.
2019-06-14 15:04:09 -04:00
..
2019-06-14 15:04:09 -04:00
2016-12-06 20:33:53 +01:00
2018-10-28 17:57:46 +00:00
2019-02-02 19:40:31 -06:00
2019-06-14 15:04:09 -04:00
2018-05-27 18:48:09 -04:00
2019-06-10 15:26:46 -04:00
2018-08-15 12:12:19 -05:00
2018-04-12 21:28:39 +02:00
2018-09-29 22:52:29 -07:00
2018-04-12 21:28:39 +02:00
2018-04-12 21:28:39 +02:00
2018-08-13 12:17:56 -07:00
2018-04-12 21:28:39 +02:00
2019-05-06 18:48:04 +00:00
2019-04-23 19:02:41 -05:00
2019-06-14 15:04:09 -04:00
2016-07-16 22:48:46 +02:00
2017-08-03 13:29:59 -07:00
2019-06-14 15:04:09 -04:00
2019-04-08 07:06:21 -04:00
2019-06-14 15:04:09 -04:00
2018-04-12 21:28:39 +02:00
2018-05-31 17:54:43 +02:00
2018-04-12 21:28:39 +02:00
2018-05-11 09:19:30 -04:00
2018-10-02 05:44:50 -04:00
2018-10-02 05:44:50 -04:00
2019-06-14 15:04:09 -04:00
2019-05-06 18:48:04 +00:00
2018-10-28 17:57:43 +00:00