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
.
microsoft
/
STL
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
11.1k
Code
Issues
565
Pull requests
34
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
<numeric>
: check for gcd / lcm overflows
- #4776
#4776
Merged
Stephan T. Lavavej (StephanTLavavej)
merged 14 commits into
microsoft:main
microsoft/STL:main
from
AlexGuteniev:overflow
AlexGuteniev/STL:overflow
Copy head branch name to clipboard
Jul 11, 2024
Conversation
Commits
14
(14)
Checks
Files changed
Merged
<numeric>
: check for gcd / lcm overflows
#4776
Stephan T. Lavavej (StephanTLavavej)
merged 14 commits into
microsoft:main
microsoft/STL:main
from
AlexGuteniev:overflow
AlexGuteniev/STL:overflow
Copy head branch name to clipboard
Commits
Commits on Jul 1, 2024
`<numeric>`: check for gcd / lcm overflows
Show description for 3cee769
Alex Guteniev (AlexGuteniev)
committed
3cee769
View commit details
Copy full SHA for 3cee769
Browse repository at this point
formal
Alex Guteniev (AlexGuteniev)
committed
7d4bc4d
View commit details
Copy full SHA for 7d4bc4d
Browse repository at this point
`_Nt`
Alex Guteniev (AlexGuteniev)
committed
d9c0c8d
View commit details
Copy full SHA for d9c0c8d
Browse repository at this point
check against common type
Alex Guteniev (AlexGuteniev)
committed
5633506
View commit details
Copy full SHA for 5633506
Browse repository at this point
actually this was a bogus test
Alex Guteniev (AlexGuteniev)
committed
8c95ecd
View commit details
Copy full SHA for 8c95ecd
Browse repository at this point
Commits on Jul 4, 2024
Backport overflow checking of `lcm`/`gcd` to C++17
Show description for 260a884
A. Jiang (frederick-vs-ja)
committed
260a884
View commit details
Copy full SHA for 260a884
Browse repository at this point
Merge pull request #6 from frederick-vs-ja/overflow-17
Show description for 2c5a2c4
Alex Guteniev (AlexGuteniev)
authored
2c5a2c4
View commit details
Copy full SHA for 2c5a2c4
Browse repository at this point
All modes `in_range`
Alex Guteniev (AlexGuteniev)
committed
c71cd4d
View commit details
Copy full SHA for c71cd4d
Browse repository at this point
if constexpr untrue
Alex Guteniev (AlexGuteniev)
committed
16bd45a
View commit details
Copy full SHA for 16bd45a
Browse repository at this point
Commits on Jul 9, 2024
Space. The final frontier.
Stephan T. Lavavej (StephanTLavavej)
committed
4bc5433
View commit details
Copy full SHA for 4bc5433
Browse repository at this point
Fix arrow.
Stephan T. Lavavej (StephanTLavavej)
committed
fe15ffa
View commit details
Copy full SHA for fe15ffa
Browse repository at this point
Extract `_Min_common`.
Stephan T. Lavavej (StephanTLavavej)
committed
eed95e6
View commit details
Copy full SHA for eed95e6
Browse repository at this point
Early return.
Stephan T. Lavavej (StephanTLavavej)
committed
f83cc82
View commit details
Copy full SHA for f83cc82
Browse repository at this point
Commits on Jul 11, 2024
Fix gcd/lcm to work with all nonbool integrals.
Show description for 1093d23
Stephan T. Lavavej (StephanTLavavej)
committed
1093d23
View commit details
Copy full SHA for 1093d23
Browse repository at this point
You can’t perform that action at this time.