HellsingDarge

Results 4 comments of HellsingDarge

Which is used to wait for a window's object to be fully initialised (it's opened and displaying) and waiting for input (keypress, mouse, minimise, resize etc). And as I've searched...

From the page you've linked: > The scoped enumeration std::errc defines the values of portable error conditions that correspond to the **POSIX** error codes. On Windows (`WAIT_TIMEOUT = 258L`): ```c++...

I used `timed_out` as an example (since it's the one I've first encountered this problem on), so it may also affect other error codes

Also being able to pass `string_view` into `cpr::Url` and other applicable locations would also be nice