Alexander B
Alexander B
No, #41 not working on mac os. DYLD_LIBARARY_PATH was forgotten
Hi, @aleks-f , you can review https://github.com/pocoproject/poco/pull/4007 It implements the root idea from this PR, and has a test
> However few other tests fail: > > ``` > There were 3 errors: > 1: N7CppUnit10TestCallerI8JSONTestEE.testValidJanssonFiles > "N4Poco17NotFoundExceptionE: > Not found: POCO_BASE" > in "", line -1 > 2:...
Are you sure that you compile framework in "clean" system? I mean ... Do you have already installed another version poco in system? If yes than delete previous poco version
@hideme4u , Hi! Can you give me simple reproducible code sample?
Hi, @obiltschnig ! May be You have any remarks?
Hi! What do you think about replacing method ```cpp void information(const std::string& msg, const char* file, int line); ``` with ```cpp template void information(const std::string& msg, const char* file, T...
@siren186, can you help me to set correct compiler options? I want to verify my changes in godbolt, but I can't get described behavour when ```__LINE__``` is long [link with...
@andrewauclair , I think that I found another good way to resolve the problem without templates I fix type of ```__LINE__``` with decltype and use this type for declaration ```cpp...
> Thanks for the contribution. > > IMO partial refactoring of ActiveThreadPool (and related classes) to have a single task queue in the pool where the threads take the work...