Files
snmalloc/src/mem
Matthew Parkinson b756ca08a7 Address GCC8 warning
The bootstrapping allocator needs to perform a memcpy to bypass the
removed move constructors on std::atomic.  This is safe as there is no
concurrency at this point, but GCC is unhappy with this.

This commit moves CI to GCC8 and disables this warning for that line.
2020-03-01 20:48:03 +00:00
..
2020-02-04 14:12:28 +00:00
2020-01-29 11:58:57 +00:00
2019-12-04 16:54:41 +00:00
2020-02-26 17:55:29 +00:00
2020-03-01 20:48:03 +00:00
2020-01-29 11:58:57 +00:00
2020-01-29 16:37:46 +00:00
2020-02-26 17:55:29 +00:00
2020-02-26 17:55:29 +00:00
2019-07-02 14:58:13 +01:00
2020-02-06 13:05:40 +00:00
2020-02-04 14:12:28 +00:00
2020-02-26 20:59:38 +00:00