chaincodelabs / libmultiprocess

C++ library and code generator making it easy to call functions and reference objects in different processes
MIT License
29 stars 20 forks source link

Tell std::system_error() which function failed #23

Closed vasild closed 4 years ago

vasild commented 4 years ago

This would make the error messages a bit more descriptive.

For example: ex.what() could be Invalid argument before this patch and socketpair: Invalid argument after this patch.