You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/03/26 08:02:49 UTC

[GitHub] [incubator-doris] yangzhg opened a new issue #5575: [refactor] Replace boost with stl libs

yangzhg opened a new issue #5575:
URL: https://github.com/apache/incubator-doris/issues/5575


   Since we have upgraded to gcc10 and c++17, many boost libraries can be replaced with stl libraries, which can reduce system dependencies and speed up compilation
    - [ ] filesystem
    - [ ] regex
    - [ ] smart ptrs
    - [ ] thread
    - [ ] other


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] stdpain edited a comment on issue #5575: [refactor] Replace boost with stl libs

Posted by GitBox <gi...@apache.org>.
stdpain edited a comment on issue #5575:
URL: https://github.com/apache/incubator-doris/issues/5575#issuecomment-808124515


   variant  and function also could be removed 
   the same issuse #4946 #3563


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] stdpain commented on issue #5575: [refactor] Replace boost with stl libs

Posted by GitBox <gi...@apache.org>.
stdpain commented on issue #5575:
URL: https://github.com/apache/incubator-doris/issues/5575#issuecomment-808124515


   variant  and function also could be removed


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org