Anton Potapov

Results 13 issues of Anton Potapov

server version is 1.5. Indigo eclipse, last repository version. I',m trying to log into a intranet server. I'm sure that credentials are correct because I do can log in via...

## Description usage of macro fails with an error: ```error: ‘String’ does not name a type``` ### Steps to reproduce reproducer: ```c++ #define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN #include "doctest.h" TEST_SUITE(""){ TYPE_TO_STRING(short); // TYPE_TO_STRING_AS("Int",...

There should be a way to calculate hash over `fiber::id` (just like for [`std::thread::id`](https://en.cppreference.com/w/cpp/thread/thread/id/hash)). `fiber::id` has a pointer to context, which can be used to calculate hash. This can significantly...