Jared Irwin
Jared Irwin
If the `size_type` of a container is smaller then `size_t`, MSVC will report `range/v3/view/zip_with.hpp(359): error C2397: conversion from 'size_t' to 'size_type' requires a narrowing conversion` on the following lines. https://github.com/ericniebler/range-v3/blob/3a0881685803c659eba945788f9fe81acfe51c8a/include/range/v3/view/zip_with.hpp#L362-L363...
Found when reporting #86398, so it may be related to it. But with the following valid code, at all optimization levels, the following code does not generate correctly. ```c++ volatile...
I think the title explains it all. My reason for needing hardlinks is simple, I was converting tarballs into SquashFS, and the tarballs have hardlinks.
### Suggestion `set_string` `set_expand_string` and `set_multi_string` only accept one generic type. This can make them hard to use, as it means the `name` and `value` need to use the same...
### Windows build number: 22621.2361 ### Your Distribution version: Fedora 39/Ubuntu 22.04.2 LTS/Debain 11 ### Your WSL versions: WSL version: 2.0.2.0 Kernel version: 5.15.123.1-1 WSLg version: 1.0.58 MSRDC version: 1.2.4485...