ZLMediaKit / ZLToolKit

一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
MIT License
1.88k stars 572 forks source link

没必要兼容c++20,毕竟format不同,c++20以上自己使用std::vformat或者std::format #184

Closed alexliyu7352 closed 9 months ago

alexliyu7352 commented 9 months ago

没必要兼容c++20,毕竟format不同,c++20以上自己使用std::vformat或者std::format