4paradigm / 4paradigm/OpenMLDB
remove boost and in favor of c++ std/abseil
- 主要语言
- C++
- 星标
- 1.7k
- 派生
- 331
- 平均合并
- 12 天 12 小时
- 30 天内合并 PR
- 1
描述
current boost version won't compile on macOS 13, or higher gcc version. Most usage to boost can easily replaced from `std` or `absl`, its generally preferred to rm it.
Or if there is the case a lower gcc required, like centos 6 ?, use C macros to wrapper those functionality ? Anyway if centos 6 is able to compile gcc 8, macros are not necessary
贡献指南
调研方向
Identify all Boost dependencies in the codebase, likely in build configuration files and source includes. Replace Boost functionality with equivalent C++ standard library or Abseil implementations, ensuring compatibility with older compilers via conditional macros if needed. Test compilation across different platforms, especially macOS 13 and higher GCC versions, to verify the removal does not break the build.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- build-system
- Issue 类型
- 重构
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100