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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
iris-cpp
/
iris
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
8
Code
Issues
16
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Fix recursive vector availability
- #11
#11
Merged
saki7
merged 20 commits into
main
iris-cpp/iris:main
from
fix-recursive-vector
iris-cpp/iris:fix-recursive-vector
Copy head branch name to clipboard
Feb 7, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Fix recursive vector availability
#11
saki7
merged 20 commits into
main
iris-cpp/iris:main
from
fix-recursive-vector
iris-cpp/iris:fix-recursive-vector
Copy head branch name to clipboard
Commits
Commits on Feb 6, 2026
Fix recursive vector availability
Show description for 6f46e42
saki7
committed
6f46e42
View commit details
Copy full SHA for 6f46e42
Browse repository at this point
Split `operator<=>` into two layers
saki7
committed
ef748c7
View commit details
Copy full SHA for ef748c7
Browse repository at this point
Declare/define relational operators manually
saki7
committed
8bbee68
View commit details
Copy full SHA for 8bbee68
Browse repository at this point
Swap `synth_three_way` and `synth_three_way_result_t` dependency
saki7
committed
729857c
View commit details
Copy full SHA for 729857c
Browse repository at this point
Remove noexcept specifier
saki7
committed
2f7aebe
View commit details
Copy full SHA for 2f7aebe
Browse repository at this point
Use composition instead of inheritance
saki7
committed
6f049a1
View commit details
Copy full SHA for 6f049a1
Browse repository at this point
Revert to inheritance and use namespace scope relops
saki7
committed
759a3ef
View commit details
Copy full SHA for 759a3ef
Browse repository at this point
Remove requires expression (direct cause of circular dependency)
saki7
committed
2ab0866
View commit details
Copy full SHA for 2ab0866
Browse repository at this point
Commits on Feb 7, 2026
Split forward declaration of relops, etc.
saki7
committed
958b1ab
View commit details
Copy full SHA for 958b1ab
Browse repository at this point
Remove forward declaration
saki7
committed
a4bbf2b
View commit details
Copy full SHA for a4bbf2b
Browse repository at this point
Specify `std::strong_ordering`
saki7
committed
e9e9aa7
View commit details
Copy full SHA for e9e9aa7
Browse repository at this point
Use forward declaration
saki7
committed
ecf3d79
View commit details
Copy full SHA for ecf3d79
Browse repository at this point
Use `std::three_way_comparable_with`
saki7
committed
84e71a4
View commit details
Copy full SHA for 84e71a4
Browse repository at this point
Use only relops in `iris::synth_three_way`'s constraints
saki7
committed
3069111
View commit details
Copy full SHA for 3069111
Browse repository at this point
Reduce test case complexity
saki7
committed
7da7862
View commit details
Copy full SHA for 7da7862
Browse repository at this point
Re-enable `t < u` and `u < t` checks in `synth_three_way`
saki7
committed
9fde7b0
View commit details
Copy full SHA for 9fde7b0
Browse repository at this point
Re-enable `std::three_way_comparable_with` check
saki7
committed
2c6fd11
View commit details
Copy full SHA for 2c6fd11
Browse repository at this point
Remove static assertion
saki7
committed
377fad0
View commit details
Copy full SHA for 377fad0
Browse repository at this point
Make `iris::synth_three_way` function object
saki7
committed
bb6c0db
View commit details
Copy full SHA for bb6c0db
Browse repository at this point
Add tests for `synth_three_way`
saki7
committed
17a2ac2
View commit details
Copy full SHA for 17a2ac2
Browse repository at this point
You can’t perform that action at this time.