cjdb-ranges icon indicating copy to clipboard operation
cjdb-ranges copied to clipboard

A reference implementation for C++20 ranges

Results 5 cjdb-ranges issues
Sort by recently updated
recently updated
newest added

**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`,...

bug

```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....

good first issue

**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...

enhancement
good first issue

**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...

enhancement
help wanted
good first issue

When they become available.

enhancement