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

cleanup: Remove AUTORET macro and clean up PassField overrides #64

Closed ryanofsky closed 2 years ago

ryanofsky commented 2 years ago

This is part of #46. AUTORET macro is no longer needed with C++14 decltype(auto)