tlk00 / BitMagic

BitMagic Library
http://bitmagic.io
Other
412 stars 48 forks source link

make ex_buf__ into a thread local variable #62

Closed luizirber closed 4 years ago

luizirber commented 4 years ago

Fixes the threading problem for Rust bindings in https://github.com/tlk00/BitMagic/issues/61#issuecomment-723659872.

I'm checking for MSVC and falling back to GCC/Clang syntax, should I add more checks/systems?