Files
torzu/src/common
Lioncash e0b8a35937 common/misc: Deduplicate code in GetLastErrorMsg()
Android and macOS have supported thread_local for quite a while, but
most importantly is that we don't even really need it. Instead of using
a thread-local buffer, we can just return a non-static buffer as a
std::string, avoiding the need for that quality entirely.
2018-07-19 09:15:38 -04:00
..
2016-03-13 04:54:23 +01:00
2018-07-07 14:17:44 +02:00
2018-07-06 15:47:06 +02:00
2018-04-13 23:48:22 -04:00
2018-07-07 13:59:18 +02:00
2017-03-01 23:30:57 +02:00
2018-07-07 13:59:18 +02:00
2016-12-05 19:09:16 +01:00