Dimitrij Kotrev
Results
1
issues of
Dimitrij Kotrev
I'm trying to compile some of my tests in C++17 and suddenly i get issues with noexcept setters. ```c++ struct X { void setValue(int v) noexcept { value = v;...