ZLMediaKit / ZLToolKit

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

Corrected std::format guard #168

Closed perara closed 1 year ago

perara commented 1 year ago

The std::format guard is not working. Correctly with GCC 13, but according to docs, the following macro should yield more reliable results. __cpp_lib_format.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.