Toni Neubert

Results 92 comments of Toni Neubert

On a windows 7 device I get this error: ```javascript Traceback (most recent call last): File "C:\python35\lib\runpy.py", line 170, in _run_module_as_main "__main__", mod_spec) File "C:\python35\lib\runpy.py", line 85, in _run_code exec(code,...

Thank you for investigating. I compiled version 14.0.5 under Ubuntu 22.04 without LTO (otherwise link time never ends) which runs quite well also under Ubuntu 22, Gentoo and Arch Linux....

Hello guys, I always get zero coverage... any idea how to configure tox? Currently, I do: ``` commands = py.test --cov quom tests ``` Which results in: ``` tests/test_iterator.py ........

@horenmar @philsquared and other. Any updates on this? The documentation about Catch2 limitation states (https://github.com/catchorg/Catch2/blob/devel/docs/limitations.md#thread-safe-assertions): > Because C++11 provides the necessary tools to do this, we are planning to remove...

It wouldn't be a breaking change. It would be an additional, optional option. If the name is not provided per cmd, it fallsback to the default behavior. Should I submit...

@embeddedt Thank you for your help here. @puzrin > Output is not related to input, custom names are ok. That is not the problem I was talking about. Your output...

So one idea is to not use `value_of` at all (as a coding-style rule) and add `strong::convertible_to` to every strong type. So the `static_cast` fails if the strong type is...

I would have provide both overloads (type safe and not) so this wouldn't break, I think. Maybe I just go with value_of(...) and/or static_cast.