tbeu / matio

MATLAB MAT File I/O Library
https://matio.sourceforge.io
BSD 2-Clause "Simplified" License
342 stars 96 forks source link

Use a C++ friendly va_copy detection. #30

Closed papadop closed 8 years ago

papadop commented 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++).

landscape-bot commented 8 years ago

Code Health Code quality remained the same when pulling f2e924a on papadop:C++ into 31d6a37 on tbeu:master.

tbeu commented 8 years ago

Thank you. Will merge it soon.

@tbeu: Add new file matio_va_copy.m4 to the distribution.