$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [exception] Broken in master?
From: John Maddock (jz.maddock_at_[hidden])
Date: 2016-06-05 08:06:12
Anything that includes Boost.Exception is currently broken on master for
all compilers, for example:
The cause is the use of a partial-template specialization in info.hpp
with no previous definition of class set_info_rv.
Thanks, John.