microsoft / mimalloc

mimalloc is a compact general purpose allocator with excellent performance.
MIT License
9.74k stars 793 forks source link

Fix error: cannot use 'throw' with exceptions disabled #815

Closed sergio-nsk closed 4 months ago

sergio-nsk commented 10 months ago

mimalloc should compile even if exceptions are disabled by the MSVC or GCC or Clang command-line options.

daanx commented 4 months ago

Thanks! I merged manually into dev.