Closed papadop closed 8 years ago
This is a very minor change that allows the compilation of matio with g++ (the va_copy macro detection fails because the exit function is not available by default in C++).
Code quality remained the same when pulling f2e924a on papadop:C++ into 31d6a37 on tbeu:master.
Thank you. Will merge it soon.
@tbeu: Add new file matio_va_copy.m4 to the distribution.
This is a very minor change that allows the compilation of matio with g++ (the va_copy macro detection fails because the exit function is not available by default in C++).