From: Brian Starkey Date: Sat, 21 Jul 2018 17:08:45 +0000 (+0100) Subject: Fix the build - catch exceptions by reference X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=16a832bc5bb4cce24598537c99e0655edb65c1d0;hp=16a832bc5bb4cce24598537c99e0655edb65c1d0 Fix the build - catch exceptions by reference Fix the following build errors seen with gcc 8.1.1: error: catching polymorphic type ‘class std::out_of_range’ by value error: catching polymorphic type ‘class boost::archive::archive_exception’ by value Signed-off-by: Brian Starkey ---