Gene Harvey
Gene Harvey
Ah, sorry that I never responded to this. The C style default is used if you select [Matrix API](https://www.mathworks.com/help/matlab/matlab_external/creating-c-mex-files.html) in the wizard. The Matrix API may be used with either...
Thanks for the report NengJie, and nice suggestion. I'll probably go with something like that but instead use `unsigned char` instead of `std::byte` for compatibility with < C++17. Looks like...
Sorry for the long delay. I'm guessing that you closed this because you saw that I finally got around to it on my working branch. In case you didn't, I...
Here's another case which fails with all the major compilers: This change makes allocators using this pointer (like `adaptive_pool`) no longer meet the requirements of _Allocator_ since it is no...