Ibraim Ganiev
Ibraim Ganiev
Hi everyone again, looks like I've spotted another problem, and it doesn't look similar to https://github.com/boostorg/geometry/issues/510 so I'm creating another issue. Also, this problem is reproducible in boost 1.55 and...
Hi everyone. I've just noticed unit test which produced correct result on boost 1.55, but it fails on 1.67 Is that known? No matter if clippingRegion is defined in CW...
Hi everyone. This project is really great! I am using it with pleasure, thanks for your work. I would like to propose new feature: Is it possible to add small...
**Describe the bug** With some low probability the following unittest deadlocks instead of completing. It seems tf somehow "forgets" to execute the most nested task which is supposed to do...
**Is your feature request related to a problem? Please describe.** My problem is huge analysis time when I run ClangSA on huge project. And cause of it is this option....
Hello, I am trying to integrate your caching wrapper with codechecker (https://github.com/Ericsson/codechecker), and I see some strange issues, all of which I can fix locally myself, but I still would...
In our project at work we use custom boost archive for serialization and deserialization, and unsigned integers are serialized in a non-trivial way, which does not match with serialization of...
VS 19 vs GCC 12 If you build and run the following sample with both compilers: ``` #include #include #pragma warning(push) #pragma warning(disable : 4702) #include #pragma warning(pop) /// An...
We believe this note should be somewhere close to `_controlfp_s` documentation. More details: https://stackoverflow.com/questions/78917793/windows-on-arm-math-is-not-trapping
Solves #506 Of course I just show my changes, and I expect some improvements must be made to upstream this. Let me know if you see some area for improvement....