C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform - NO LONGER MAINTAINED - Please check https://github.com/cpp-redis/cpp_redis
1.25k
stars
554
forks
source link
Fix redundant copy of caught exception #195
Closed
knowledge4igor closed 6 years ago
Using cppcheck I have found redundant calls of copy constructors for caught exception during rethrowing.