Björn Fahller
Björn Fahller
It's not only ugly, it also breaks all code currently using the library, which (IMO) is not acceptable. I've been toying with returning a proxy object that does the conversion...
I don't think I understand. Can you provide a concrete example and what you see, and what you'd like to see?
Just to let you know I haven't forgotten about this issue. I can reduce it quite a lot, and actually short-circuit *Trompeloeil* out of it completely. If you just write...
Yes, I have just started to look into this. I think this is very promising.
Done. Thanks again for the suggestion. It took some work, but the result is very nice.
With difficulty, but I'll see what I can do. It's possible to use with clang/gcc with -fno-exceptions, provided that you use a reporter that does not throw. However, to rid...
Interesting. This seems to be caused by a change in `doctest`. The same in `2.3.8` works. https://godbolt.org/z/31czP6hTo I'll look into it. Thanks.
Can you try with the branch [fix_doctest_adapter](https://github.com/rollbear/trompeloeil/tree/fix_doctest_adapter), which I think should solve your problem?
Ops. Fixed. Leaving this open until a release has been tagged.
Just released v43 which includes this fix. Closing now.