Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
kassane
/
range-v3
Public
forked from
ericniebler/range-v3
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
range-v3
test
on
zig-pkg
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 10, 2024
silence unused variable warning
ericniebler
committed
bc97fb1
View commit details
Copy full SHA for bc97fb1
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
Add missing calls to test_result() (#1799)
serpent7776
authored
97452bb
View commit details
Copy full SHA for 97452bb
View code at this point
Browse repository at this point
Commits on May 23, 2023
Fix include guard name (#1777)
Smertig
authored
9aa41d6
View commit details
Copy full SHA for 9aa41d6
View code at this point
Browse repository at this point
Fix zip/zip_with distance_to (#1776)
PkXwmpgN
authored
5ac35e4
View commit details
Copy full SHA for 5ac35e4
View code at this point
Browse repository at this point
Commits on Nov 24, 2022
Fixing repo when #include <complex.h> (#1730)
brevzin
authored
74e4400
View commit details
Copy full SHA for 74e4400
View code at this point
Browse repository at this point
Fixing unconditional noexcept in join of glvalue case (#1752)
brevzin
authored
224dc8d
View commit details
Copy full SHA for 224dc8d
View code at this point
Browse repository at this point
Commits on Aug 15, 2022
Partial implementation of P2325 (#1709)
brevzin
authored
234164b
View commit details
Copy full SHA for 234164b
View code at this point
Browse repository at this point
Commits on Jul 1, 2022
Fix subrange::next with unsized subrange (#1719)
brevzin
authored
3d6e6f5
View commit details
Copy full SHA for 3d6e6f5
View code at this point
Browse repository at this point
Commits on Jun 23, 2022
adds `ranges::contains_subrange` (#1675)
Show description for 77bf1e3
cjdb
authored
77bf1e3
View commit details
Copy full SHA for 77bf1e3
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
touch up the docs, regen with doxygen 1.9.4
ericniebler
committed
a6cc9f9
View commit details
Copy full SHA for a6cc9f9
View code at this point
Browse repository at this point
Commits on Jun 2, 2022
linear_distribute improvement (#1679)
Show description for 0fa54d7
MaciejPatro
and
ericniebler
authored
0fa54d7
View commit details
Copy full SHA for 0fa54d7
View code at this point
Browse repository at this point
Fixing reverse_iterator's value_type. (#1670)
brevzin
authored
5626ab6
View commit details
Copy full SHA for 5626ab6
View code at this point
Browse repository at this point
Commits on May 14, 2022
Fixing ranges::to<std::map>(v) (#1700)
Show description for 8527a97
brevzin
authored
8527a97
View commit details
Copy full SHA for 8527a97
View code at this point
Browse repository at this point
Commits on May 3, 2022
constexpr algorithms (#1683)
dvirtz
authored
2751d58
View commit details
Copy full SHA for 2751d58
View code at this point
Browse repository at this point
Commits on Feb 18, 2022
Joining all views of ranges. (#1655)
brevzin
authored
d800a03
View commit details
Copy full SHA for d800a03
View code at this point
Browse repository at this point
Commits on Feb 14, 2022
Merge pull request #1664 from YehezkelShB/FixPostIncrementOfCountedIterator
Show description for 3e1ff2a
ericniebler
authored
3e1ff2a
View commit details
Copy full SHA for 3e1ff2a
View code at this point
Browse repository at this point
Commits on Dec 12, 2021
Updated fold to P2322R5 (no projections, rename)
brevzin
authored and
CaseyCarter
committed
b2e20dc
View commit details
Copy full SHA for b2e20dc
View code at this point
Browse repository at this point
Commits on Nov 2, 2021
Merge branch 'ericniebler:master' into FixPostIncrementOfCountedIterator
YehezkelShB
authored
8907a67
View commit details
Copy full SHA for 8907a67
View code at this point
Browse repository at this point
Commits on Oct 2, 2021
Add test for counted_iterator with input_iterator
Show description for 364530d
YehezkelShB
committed
364530d
View commit details
Copy full SHA for 364530d
View code at this point
Browse repository at this point
Commits on Sep 22, 2021
functional: fix ranges::on
Show description for a0ae4be
theodelrieu
committed
a0ae4be
View commit details
Copy full SHA for a0ae4be
View code at this point
Browse repository at this point
Commits on Sep 13, 2021
Fold algos (#1628)
Show description for 8f69028
brevzin
authored
8f69028
View commit details
Copy full SHA for 8f69028
View code at this point
Browse repository at this point
add chunk_by which evaluate the predicate on adjacent elements and de… (#1648)
Show description for 8dcb237
huixie90
authored
8dcb237
View commit details
Copy full SHA for 8dcb237
View code at this point
Browse repository at this point
Commits on Sep 12, 2021
Merge pull request #1629 from mjbeardsley/unstable_remove_if_num_pred_calls
Show description for 9b07682
ericniebler
authored
9b07682
View commit details
Copy full SHA for 9b07682
View code at this point
Browse repository at this point
Commits on Jun 15, 2021
Work around broken integration with latest libc++. (#1635)
Show description for 0487cca
ldionne
authored
0487cca
View commit details
Copy full SHA for 0487cca
View code at this point
Browse repository at this point
Commits on May 27, 2021
Fixing OS in ci.yml to find older compilers. (#1630)
Show description for e157199
brevzin
authored
e157199
View commit details
Copy full SHA for e157199
View code at this point
Browse repository at this point
Commits on May 25, 2021
Ensure unstable_remove_if calls the predicate exactly once per element
Show description for 3877283
Matt Beardsley
committed
3877283
View commit details
Copy full SHA for 3877283
View code at this point
Browse repository at this point
Commits on May 13, 2021
accommodate libgcc-9's unusual value for the __cpp_lib_string_view feature test macro - part 2
marehr
committed
28d026f
View commit details
Copy full SHA for 28d026f
View code at this point
Browse repository at this point
Commits on Jan 10, 2021
Removing bogus assert in drop_last.
brevzin
committed
4a74aac
View commit details
Copy full SHA for 4a74aac
View code at this point
Browse repository at this point
Commits on Dec 4, 2020
adds `ranges::unformatted_ostream_iterator`
Show description for 94de548
cjdb
committed
94de548
View commit details
Copy full SHA for 94de548
View code at this point
Browse repository at this point
Commits on Nov 17, 2020
Work around libstdc++ bug with the definition of __cpp_lib_span (#1580)
ericniebler
authored
5aa040b
View commit details
Copy full SHA for 5aa040b
View code at this point
Browse repository at this point
Commits on Oct 23, 2020
zip_with on no ranges should derive its value_type from the callable. (#1573)
Show description for 413c8f9
brevzin
authored
413c8f9
View commit details
Copy full SHA for 413c8f9
View code at this point
Browse repository at this point
Merge pull request #1571 from dvirtz/borrowed_enumerate
Show description for 9b19e3a
ericniebler
authored
9b19e3a
View commit details
Copy full SHA for 9b19e3a
View code at this point
Browse repository at this point
Commits on Oct 1, 2020
fix no message in static_assert
dvirtz
committed
4ef5f33
View commit details
Copy full SHA for 4ef5f33
View code at this point
Browse repository at this point
views::enumerate can be borrowed
dvirtz
committed
c028c4c
View commit details
Copy full SHA for c028c4c
View code at this point
Browse repository at this point
Commits on Sep 29, 2020
Disabled three_way_comparable[_with] concepts when no C++20 concepts.
Show description for c6d7c74
23rd
committed
c6d7c74
View commit details
Copy full SHA for c6d7c74
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.