How to avoid C++ anonymous objects

后端 未结 7 1712
甜味超标
甜味超标 2020-12-06 10:21

I have a ScopedLock class which can help to release lock automatically when running out of scope. However, the problem is: Sometimes team members write invalid

7条回答
提交回复
热议问题