You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of our code behaves differently with differing C++ standard version - including potentially some code with explicit #if __cplusplus conditions.
We should therefore make sure and have all unit tests run for both C++11, C++14 and C++17. While that will treble compilation time and test execution time, it's still probably a good idea.
Some of our code behaves differently with differing C++ standard version - including potentially some code with explicit
#if __cplusplus
conditions.We should therefore make sure and have all unit tests run for both C++11, C++14 and C++17. While that will treble compilation time and test execution time, it's still probably a good idea.
See also issue #84 .
The text was updated successfully, but these errors were encountered: