Daniil Goncharov

Results 123 comments of Daniil Goncharov

Hi @Xonxt, thanks for your reply. Could you please fix the code in a comment? Can I also add an example to the repository based on your code? To be...

do you have an example error?

Thanks, I will think about what can be done.

@hokein https://reviews.llvm.org/D131307 If this is included as an error(now warning) in future releases, the library may still stop working. I don’t know yet how to make the option work without...

Look like can use `-Wno-error=enum-constexpr-conversion` but it's required a change on the user build config, as I know inside the library we can change the error via pragma.

@hokein Can you please check the clang trunk where there is a change about enums? I checked on [godbolt](https://godbolt.org/z/czrjGx9fj) and it seems to be working.

Yes, I just today find and upload a fix. I checked for godbolt, but the release version(v0.8.1) does not work, the master worked

If the fix works for you, I will try to prepare a release as soon as possible.

The new commit(https://reviews.llvm.org/D131307) changed the behavior again, now the workaround doesn't work again

added `clang diagnostic ignored "-Wenum-constexpr-conversion"`