Nikolay Baklicharov

Results 8 issues of Nikolay Baklicharov

C++/WinRT is now the recommended way to write UWP apps. Also C++/CX is not compatible with C++20. I'm trying to migrate our project to C++20 which have dependency on `cpprestsdk`,...

### Version of Beast 353 ### Steps necessary to reproduce the problem It is a very nice thing that ASIO can be used without Boost. Given that Beast manly needs...

CMake 3.13 added support for adjusting option() variables of libraries which are fetched by `FetchContent_Declare()`. However, the `date` library CMakeLits.txt file does not support that and so an ugly hacks...

The last release is from 2021 - version 3.0.1. Could we have another release please? We are using package management system and using a git hash id from the master...

Fixes #4882 Fixes #924 My next PR about fixing `std::put_time` crashes. If all goes well I will try to also fix the performance issues mentioned in #3575 and #1900 before...

bug

# Describe the bug If an invalid or out-of-range tm struct is passed to `std::put_time()` it will lead to crash. # Command-line test case ``` C:\Temp>type repro.cpp #include #include #include...

bug

Hello, As a person working on cross-platform codebase I need the tests to work nicely on all environments. The `XCTest` framework is the Apple way of creating/registering tests and the...

type/feature-proposal
category/API-driver