cpprestsdk icon indicating copy to clipboard operation
cpprestsdk copied to clipboard

Fix errors about implicit "this" capture in C++20 mode

Open vadz opened this issue 8 months ago • 0 comments

Capture "this" explicitly when using C++20, while still not doing it for the earlier versions of the language as it is explicitly not allowed in C++17.

vadz avatar May 22 '25 23:05 vadz