Closed kwach closed 5 years ago
Compiling with clang (Apple LLVM version 10.0.0) gives several warnings:
clang
.../elasticlient/src/client.cc:79:11: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] return std::move(impl->performRequest(method, urlPath, body)); note: remove std::move call here return std::move(impl->performRequest(method, urlPath, body));
Compiling with
clang
(Apple LLVM version 10.0.0) gives several warnings: