$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Boost.Test] Assertion changes in trunk? [WAS: Call for Review: Boost.Test documentation rewrite]
From: Mathieu Champlon (m.champlon_at_[hidden])
Date: 2014-01-22 07:20:59
On 22/01/2014 13:14, Mateusz Åoskot wrote:
> BTW, I haven't looked into Boost.Test code, but this reminds me
> expression capture and decomposition technique used in Catch library
> https://github.com/philsquared/Catch/blob/master/include/internal/catch_capture.hpp
> (not sure if this is the only file involved)
>
> AFAICT, it works really nice in Catch.
>
Yes this upcoming feature in Boost.Test has been inspired by Catch and
works the same way as far as I know.
Regards,
MAT.