Konstantin Boyarinov
Konstantin Boyarinov
@Du-Xinyi, thank you for reporting the issue I was able to reproduce it on my side and found that `_MCW_DN` and other `float.h` stuff are provided by MinGW only when...
@mcmillan03, thank you for reporting the issue. I will investigate why such failure takes place and return back once some results would be obtained.
@mcmillan03, Unfortunately, currently we don't have the environment that exactly matches with the one you described. Similar configuration on Oracle VirtualBox did not show the issue. But according to the...
@Veronizlada, I would suggest to build or get the pre-built one from one of [oneTBB releases for Windows](https://github.com/oneapi-src/oneTBB/releases) because almost all the functionality uses .lib, such as `parallel_for` and other...
GCC12 related warnings were fixed by PRs #958 and #866
@Lastique, as far as I see, copy/move assignment operators were added to concurrent queues in #1033. I am not sure about changes in the tests. Are they still applicable? If...
> What about the code > > ```c++ > // Using callable object instead of lambda here to ensure transform iterator would be > // default constructible, that is part...
Hi @lekeshibai, Thank you for expressing the interest for contributing to oneTBB. Please pay attention into PR #475 adding Natvis files for some containers. As we mantioned in this PR,...
@afabri, I would not expect any impact from defining the `TBB_PREVIEW_CONCURRENT_ORDERED_CONTAINERS` macro on the newer version of TBB, I guess you can do it safely. @pavelkumbrasev please correct me if...
@andrewmabc, there is no special API for getting the number of messages on the edge, because in fact there is no edge entity - it is just a logical relationship...