
Anything that includes Boost.Exception is currently broken on master for all compilers, for example: http://www.boost.org/development/tests/master/developer/output/teeks99-09j-w... http://www.boost.org/development/tests/master/developer/output/Flast-FreeBSD... The cause is the use of a partial-template specialization in info.hpp with no previous definition of class set_info_rv. Thanks, John.

On Sun, Jun 5, 2016 at 5:06 AM, John Maddock
Anything that includes Boost.Exception is currently broken on master for all compilers, for example:
http://www.boost.org/development/tests/master/developer/output/teeks99-09j-w...
http://www.boost.org/development/tests/master/developer/output/Flast-FreeBSD...
The cause is the use of a partial-template specialization in info.hpp with no previous definition of class set_info_rv.
Thanks, John.
Thank you, should be fixed now. Emil
participants (2)
-
Emil Dotchevski
-
John Maddock