-
Jan Kneschke authored
Problem ------- Using C++11's lambdas is more readable than the std::bind(). See: https://clang.llvm.org/extra/clang-tidy/checks/modernize-avoid-bind.html Change ------ - replaced std::bind() by lambdas - remove unused 'using namespace std::placeholder' - adjusting include header order according to coding style RB: 23793
Jan Kneschke authoredProblem ------- Using C++11's lambdas is more readable than the std::bind(). See: https://clang.llvm.org/extra/clang-tidy/checks/modernize-avoid-bind.html Change ------ - replaced std::bind() by lambdas - remove unused 'using namespace std::placeholder' - adjusting include header order according to coding style RB: 23793
Loading