timercpp icon indicating copy to clipboard operation
timercpp copied to clipboard

implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20

Open a-v-s opened this issue 6 years ago • 0 comments

Compiling with clang in C++20 mode gives a "implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20"

a-v-s avatar Sep 16 '19 08:09 a-v-s