mirror of
https://github.com/XRPLF/rippled.git
synced 2026-01-08 16:56:56 +00:00
- Since we require a min Boost version of 1.67 as of recently (for Beast), we also remove the conditional checks that existed for us to know whether Boost.Process is available or not. We can always assume it is available now. - Remove runtime checks for minimum Boost and OpenSSL versions since they are checked at CMake configure time.
Ripple Source Guidelines
Each folder contains a single module following the newest style:
- One class per header
- As much implementation hidden as possible
- All major interfaces are abstract
- Every class is documented
- Each module focuses on solving one problem