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 }}
cpplearner
/
draft
Public
forked from
cplusplus/draft
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
draft
source
memory.tex
on
patch-3
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 28, 2024
[out.ptr.t] Fix bullet placement for item that starts with codeblock (#7173)
Eelis
authored
3e87f29
View commit details
Copy full SHA for 3e87f29
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
P2422R1 Remove nodiscard annotations from the standard library specification
Show description for ad38306
burblebee
authored and
tkoeppe
committed
ad38306
View commit details
Copy full SHA for ad38306
View code at this point
Browse repository at this point
Commits on Jul 9, 2024
[std] Remove mid-sentence 'subclause' introducer
Show description for 69f184e
jensmaurer
authored and
tkoeppe
committed
69f184e
View commit details
Copy full SHA for 69f184e
View code at this point
Browse repository at this point
[std] Rename 'In general' headings to 'General' for consistency
Show description for af4cf90
jensmaurer
authored and
tkoeppe
committed
af4cf90
View commit details
Copy full SHA for af4cf90
View code at this point
Browse repository at this point
Commits on Jun 28, 2024
[default.allocator.general] Fix indentation (#7075)
Andreas-Krug
authored
2fffbb2
View commit details
Copy full SHA for 2fffbb2
View code at this point
Browse repository at this point
Commits on May 22, 2024
[util.smartptr.shared.cast] Properly describe possibility of double deletion in notes (#7037)
zhihaoy
authored
2e455af
View commit details
Copy full SHA for 2e455af
View code at this point
Browse repository at this point
Commits on Apr 15, 2024
P2875R4 Undeprecate polymorphic_allocator::destroy
AlisdairM
authored and
tkoeppe
committed
35c2ff6
View commit details
Copy full SHA for 35c2ff6
View code at this point
Browse repository at this point
Commits on Feb 15, 2024
[mem.res.monotonic.buffer.mem] Say `*this` instead of improper `this`
frederick-vs-ja
authored and
jensmaurer
committed
4191900
View commit details
Copy full SHA for 4191900
View code at this point
Browse repository at this point
[mem.res.private] Say `*this` instead of improper `this`
frederick-vs-ja
authored and
jensmaurer
committed
19caa61
View commit details
Copy full SHA for 19caa61
View code at this point
Browse repository at this point
Commits on Dec 17, 2023
P2833R2 Freestanding Library: inout expected span
burblebee
authored and
tkoeppe
committed
f481d00
View commit details
Copy full SHA for f481d00
View code at this point
Browse repository at this point
LWG3897 inout_ptr will not update raw pointer to 0
burblebee
authored and
tkoeppe
committed
765a692
View commit details
Copy full SHA for 765a692
View code at this point
Browse repository at this point
Commits on Nov 8, 2023
[basic.types.general] Introduce term to xref implicit-lifetime type (#6591)
AlisdairM
authored
71ee18a
View commit details
Copy full SHA for 71ee18a
View code at this point
Browse repository at this point
[mem.res.pool.options] Change "field" to "member" (#6479)
eisenwave
authored
4feefb6
View commit details
Copy full SHA for 4feefb6
View code at this point
Browse repository at this point
Commits on Oct 9, 2023
[obj.lifetime] Dehyphenate trivially-copyable (#6592)
AlisdairM
authored
d81c171
View commit details
Copy full SHA for d81c171
View code at this point
Browse repository at this point
Commits on Oct 8, 2023
[unique.ptr.runtime.modifiers] Fix placement of 'constexpr'
Show description for 24b090f
jensmaurer
authored and
tkoeppe
committed
24b090f
View commit details
Copy full SHA for 24b090f
View code at this point
Browse repository at this point
[util.smartptr.shared.cmp] Fix missing right parenthesis
Show description for 722bd4f
jensmaurer
authored and
tkoeppe
committed
722bd4f
View commit details
Copy full SHA for 722bd4f
View code at this point
Browse repository at this point
Commits on Aug 14, 2023
[memory.syn] Remove redundant freestanding mark for members
Show description for 77d1b66
frederick-vs-ja
authored and
tkoeppe
committed
77d1b66
View commit details
Copy full SHA for 77d1b66
View code at this point
Browse repository at this point
Commits on Jul 21, 2023
[util.smartptr.owner.equal] Clarify that "they" are "x and y".
burblebee
authored and
tkoeppe
committed
1954f1b
View commit details
Copy full SHA for 1954f1b
View code at this point
Browse repository at this point
[util.smartptr.owner.{hash,equal}] Make section name match synopsis.
burblebee
authored and
tkoeppe
committed
ed3e51e
View commit details
Copy full SHA for ed3e51e
View code at this point
Browse repository at this point
P1901R2 Enabling the Use of weak_ptr as Keys in Unordered Associative Containers
burblebee
authored and
tkoeppe
committed
97049c4
View commit details
Copy full SHA for 97049c4
View code at this point
Browse repository at this point
Commits on Mar 11, 2023
P2652R2 Disallow User Specialization of allocator_traits
Show description for ceabdf1
jensmaurer
authored and
tkoeppe
committed
ceabdf1
View commit details
Copy full SHA for ceabdf1
View code at this point
Browse repository at this point
P2679R2 Fixing std::start_lifetime_as and std::start_lifetime_as_array
Show description for 6a73de7
RobertLeahy
authored and
tkoeppe
committed
6a73de7
View commit details
Copy full SHA for 6a73de7
View code at this point
Browse repository at this point
Commits on Mar 7, 2023
LWG3734 Inconsistency in inout_ptr and out_ptr for empty case
burblebee
authored and
tkoeppe
committed
afd3897
View commit details
Copy full SHA for afd3897
View code at this point
Browse repository at this point
LWG3821 uses_allocator_construction_args should have overload for pair-like
Show description for 4406a7a
burblebee
authored and
tkoeppe
committed
4406a7a
View commit details
Copy full SHA for 4406a7a
View code at this point
Browse repository at this point
Commits on Dec 18, 2022
[lib] Drop 'inline' from 'inline constexpr' variable templates.
Show description for 9ac5555
jensmaurer
authored and
tkoeppe
committed
9ac5555
View commit details
Copy full SHA for 9ac5555
View code at this point
Browse repository at this point
Commits on Dec 15, 2022
LWG3814 Add freestanding items requested by NB comments
Show description for d4e29f5
burblebee
authored and
tkoeppe
committed
d4e29f5
View commit details
Copy full SHA for d4e29f5
View code at this point
Browse repository at this point
LWG3677 Is a cv-qualified pair specially handled in uses-allocator construction?
burblebee
authored and
tkoeppe
committed
5001d5d
View commit details
Copy full SHA for 5001d5d
View code at this point
Browse repository at this point
LWG3545 std::pointer_traits should be SFINAE-friendly
burblebee
authored and
tkoeppe
committed
350b3d9
View commit details
Copy full SHA for 350b3d9
View code at this point
Browse repository at this point
LWG3594 inout_ptr — inconsistent release() in destructor
burblebee
authored and
tkoeppe
committed
308b5ef
View commit details
Copy full SHA for 308b5ef
View code at this point
Browse repository at this point
Commits on Aug 26, 2022
[obj.lifetime] Add cross-reference pointing at basic.types.general
Show description for 9d71b7d
tkoeppe
committed
9d71b7d
View commit details
Copy full SHA for 9d71b7d
View code at this point
Browse repository at this point
[util.smartptr.shared.create] Add std:: qualification for forward
hewillk
authored and
tkoeppe
committed
ed18148
View commit details
Copy full SHA for ed18148
View code at this point
Browse repository at this point
Commits on Aug 22, 2022
[util.smartptr.shared.obs], [util.smartptr.shared.create] use nullptr for null pointer constant
jwakely
authored and
tkoeppe
committed
25bb0a2
View commit details
Copy full SHA for 25bb0a2
View code at this point
Browse repository at this point
[memory.syn] Add missing "// freestanding" comment to "destroy"
Show description for d4280f3
tkoeppe
committed
d4280f3
View commit details
Copy full SHA for d4280f3
View code at this point
Browse repository at this point
Fix preconditions for start_lifetime_as_array(p, n)
Show description for 4762e1b
frederick-vs-ja
authored and
tkoeppe
committed
4762e1b
View commit details
Copy full SHA for 4762e1b
View code at this point
Browse repository at this point
Commits on Aug 18, 2022
[mem.poly.allocator.class.general] Clarify polymorphic_allocator<void> etc.
frederick-vs-ja
authored and
tkoeppe
committed
596137c
View commit details
Copy full SHA for 596137c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.