24 Jan
2014
24 Jan
'14
4:34 p.m.
Mathieu Champlon
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_capt... re.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.
It was not inspired by Catch. It was inspired by Kevlin's video. And Boost.Test goes well beyond what Kevlin proposed. Gennadiy