Anton Potapov

Results 57 comments of Anton Potapov

`critical_section` was [removed](https://software.intel.com/content/dam/develop/external/us/en/documents/tbbrevamp.pdf) in oneTBB

Hi, it looks like the problem is in "GET /api/info/ " request. Note that in the case of the “GET /api” request, 3950 bytes of data are being transferred from...

Unfortunately, as i did not manage to setup Wireshark to decode SSL traffic, the only hope is logs in the plugin. Is there any way to enable the plugin to...

> Why would you not use it in global scope - as it's meant to be used? Idea is not to pollute global namespace with test suite local names. Both...

@cdeln "pollute" was used in regard to test suite specific types, e.g. : ```c++ #define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN #include "doctest.h" TEST_SUITE("use distance with random access iterator"){ struct random_iterator {}; TYPE_TO_STRING(bidirectional_iterator ); //does...