Gabriel Nützi

Results 256 comments of Gabriel Nützi

ok the following worked: ```go win.SetWindowPos(dlg.Handle(), win.HWND_TOPMOST, 0, 0, 0, 0, win.SWP_NOACTIVATE|win.SWP_NOMOVE|win.SWP_NOSIZE) ``` but this is a bit to invasive...

``` unknown warning group '-Wself-assign-overloaded', ignored``` I needed to disable this warning in the test: need to turn that on for clang greater then a specific version... for clang 7.0...

I included a cmake options `USE_LATEST_STD` which make the library if `MAX_CXX_VERSION` is >= 17 using `std::string_view` which adjusts the minimum version to 17.

@acki-m : Do you think of any MWE which we could try to reproduce this? This function seems to make some issue?: ```cpp rttr::detail::create_or_get_type() ```

The use is C++17. I dont want to interface classes which are 99% the same. :) I can directly use std::string_view :) as I use 17. Von meinem iPhone gesendet...

Jeah, of course we can also just do that. Adding a non-explicit cast operator. Would that be ok?

Thanks for the help, I have exactly the mentioned case when I want to add arguments in a loop at runtime. Thanks for adding this example, is that already explained...

Ok, maybe you need some more information: I use tinyformat for an `StringFormattingNode` excution node. this execution node has input sockets and output sockets the ouput socket is a `std::string`...

Ahh jeah that would be cool as well :-) I dont think this will overbloat the simplicity as it already is :-), could you still include that part of functionality...

@memsharded: Thanks, jeah I did not have time yet but I hope I can move the test.