4paradigm / 4paradigm/OpenMLDB
remove boost and in favor of c++ std/abseil
- Ngôn ngữ chính
- C++
- Star
- 1.7k
- Fork
- 331
- Merge trung bình
- 12 ngày 12 giờ
- Pull request đã merge (30 ngày)
- 1
Mô tả
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
Hướng dẫn đóng góp
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- cpp
- Lĩnh vực
- build-system
- Loại issue
- Tái cấu trúc
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 30/100