Closed pkubaj closed 5 years ago
Replace couple of exceptions from using value to references:
sub_commands/count_main.cc:333:28: error: catching polymorphic type 'class MergeError' by value [-Werror=catch-value=] } catch(MergeError e) {
This was merged into the develop branch. It will appear in master and version 2.3.0 shortly. Thanks for the patches.
Replace couple of exceptions from using value to references: