4paradigm / 4paradigm/OpenMLDB
remove boost and in favor of c++ std/abseil
- Lingua principale
- C++
- Stelle
- 1.7k
- Fork
- 331
- Merge medio
- 12g 12h
- PR unite (30g)
- 1
Descrizione
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
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- cpp
- Ambito
- build-system
- Tipo di issue
- Refactoring
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 30/100