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
The CppTrader files themselves can be built with C++11, but CppCommon is a dependency and it relies on C++23, unfortunately. I was able to port it to C++11 by copying the necessary files from CppCommon and then removing the CppCommon dependency
Are newer C++11 to C++17 standard features used in CppTrader? What is the minimum version?
The text was updated successfully, but these errors were encountered: