RFoe / coasync

Asynchronous network library that supports coroutines in C++20
https://github.com/RFoe/coasync
MIT License
18 stars 3 forks source link

避免使用保留名字 #1

Open YexuanXiao opened 4 weeks ago

YexuanXiao commented 4 weeks ago

https://github.com/RFoe/coasync/blob/a466688370ce4bc5feefc8a55d960de447dfbfde/include/coasync/detail/spin_loop_pause.hpp#L15 https://github.com/RFoe/coasync/blob/a466688370ce4bc5feefc8a55d960de447dfbfde/include/coasync/detail/get_id.hpp#L24 等等。 保留标识符

RFoe commented 4 weeks ago

嗯,确实是不好的习惯。我在不久后会改正过来