chronoxor / CppTrader

High performance components for building Trading Platform such as ultra fast matching engine, order book processor
MIT License
807 stars 248 forks source link

C++ version or standard missing in README #21

Open heri16 opened 3 years ago

heri16 commented 3 years ago

Are newer C++11 to C++17 standard features used in CppTrader? What is the minimum version?

xanderdunn commented 2 years ago

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