disable-nothrow.patch 315 B

12345678
  1. --- a/include/jemalloc/jemalloc-linux.h (index)
  2. +++ b/include/jemalloc/jemalloc-linux.h (working tree)
  3. @@ -40,1 +40,1 @@ extern "C" {
  4. -#define JEMALLOC_USE_CXX_THROW
  5. +/* #undef JEMALLOC_USE_CXX_THROW */
  6. @@ -196,1 +196,1 @@ extern "C" {
  7. -# define JEMALLOC_NOTHROW JEMALLOC_ATTR(nothrow)
  8. +# define JEMALLOC_NOTHROW