cjdb-ranges
cjdb-ranges copied to clipboard
A reference implementation for C++20 ranges
**Describe the bug** Per the adoption of [P1870], `ranges::begin` and `ranges::end` depend on `enable_safe_range`, but this library doesn't have `enable_safe_range`. **Acceptance criteria** `ranges::begin` and `ranges::end` should both depend on `enable_safe_range`,...
```cpp template constexpr auto operator()(T&& t) const CJDB_DEDUCE_NOEXCEPT({ return process(t); }) ``` is much easier to grok and makes the function feel more natural than what is currently in place....
**Is your feature request related to a problem? Please describe.** Not everyone uses Conan. It'd be nice if there was an alternative package manager that's more lightweight, and this will...
**Is your feature request related to a problem? Please describe.** The current mechanism for checking `C2` subsumes `C1` is completely ad-hoc. It'd be great for there to be a more...