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

Use defined `CXX_STANDARD` for environment introspection #71

Closed hebasto closed 2 years ago

hebasto commented 2 years ago

It doesn't look robust to use different C++ standards for configuration and building.

This PR, for example, will apply the -std=gnu++17 compiler option for all checks during configuration when building with GCC.