From: Uwe Hermann Date: Sat, 8 Aug 2015 17:19:47 +0000 (+0200) Subject: Bump Boost requirement to >= 1.48. X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=c3bf1d31fb43dc26a00fef05d951806e3158c55b;hp=c3bf1d31fb43dc26a00fef05d951806e3158c55b;p=pulseview.git Bump Boost requirement to >= 1.48. Older versions of Boost have issues with C++11 due to boost::shared_ptr. Details: http://stackoverflow.com/questions/18900730/boostshared-ptrshared-ptrconst-boostshared-ptr-is-implicitly-declared https://svn.boost.org/trac/boost/changeset/73202 This seems to have been fixed in Boost 1.48 (untested, though). This closes bug #593. ---