You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when compiler as a submodule with g++ v11, i get many of these compiler warnings;
sources/core/client.cpp:...:19: note: add explicit ‘this’ or ‘*this’ capture
sources/core/client.cpp: In lambda function:
sources/core/client.cpp:...:19: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated]
The text was updated successfully, but these errors were encountered:
when compiler as a submodule with g++ v11, i get many of these compiler warnings;
The text was updated successfully, but these errors were encountered: