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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
cpprefjp
/
site
Public
Notifications
You must be signed in to change notification settings
Fork
172
Star
426
Code
Issues
52
Pull requests
2
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
C++29のLWG Issue対応
- #1751
#1751
Merged
faithandbrave
merged 16 commits into
master
cpprefjp/site:master
from
cpp29_lib_issues1
cpprefjp/site:cpp29_lib_issues1
Copy head branch name to clipboard
Aug 27, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
C++29のLWG Issue対応
#1751
faithandbrave
merged 16 commits into
master
cpprefjp/site:master
from
cpp29_lib_issues1
cpprefjp/site:cpp29_lib_issues1
Copy head branch name to clipboard
Commits
Commits on Aug 27, 2026
to_string, to_wstring, apply : 機能テストマクロが更新されてなかったのでC++29で修正され、C++26に遡及適用
faithandbrave
committed
b6c55ca
View commit details
Copy full SHA for b6c55ca
Browse repository at this point
atomic::notify / wait系 : LWG Issueを追加
faithandbrave
committed
8831ad1
View commit details
Copy full SHA for 8831ad1
Browse repository at this point
is_clock : C1::is_steadyが定数式で使用できることが要件に追加された。未規定だったのもの明確化なので遡及適用
faithandbrave
committed
21c1cde
View commit details
Copy full SHA for 21c1cde
Browse repository at this point
packaged_taskとpromiseの代入演算子 : 共有状態の放棄についてC++29で仕様の書き方が整理されC++11に遡及適用された
faithandbrave
committed
6b8c6e9
View commit details
Copy full SHA for 6b8c6e9
Browse repository at this point
tupleのコンストラクタ : アロケータ構築の対象が、参照型ではない要素のみであることが規定され、C++29からC++11に遡及適用された
faithandbrave
committed
cb8f76d
View commit details
Copy full SHA for cb8f76d
Browse repository at this point
NULL : 展開される値がリテラルであることが規定され、遡及適用された。これによって`(void*)0`は許可されなくなった
faithandbrave
committed
e5dd220
View commit details
Copy full SHA for e5dd220
Browse repository at this point
as_awaitable : pが左辺値でない場合は不適格になった
faithandbrave
committed
77e735f
View commit details
Copy full SHA for 77e735f
Browse repository at this point
spawn_future : completion_signatures_of_tにenvが渡されるようになった
faithandbrave
committed
c4a47aa
View commit details
Copy full SHA for c4a47aa
Browse repository at this point
execution::when_all : 存在しないEnvの変わりにenv_of_tが使われるようになった
faithandbrave
committed
bf88ad9
View commit details
Copy full SHA for bf88ad9
Browse repository at this point
run-loop-sender : 潜在的な例外送出の規定が削除された
faithandbrave
committed
ae01054
View commit details
Copy full SHA for ae01054
Browse repository at this point
basic_const_iteratorの比較演算子 : 右辺用のテンプレートパラメータが追加された
faithandbrave
committed
2b8e246
View commit details
Copy full SHA for 2b8e246
Browse repository at this point
move_iteratorのコンストラクタ : C++29でデフォルトコンストラクタに要件追加
faithandbrave
committed
b25c0dc
View commit details
Copy full SHA for b25c0dc
Browse repository at this point
iteratorの各アクセッサ関数 : 別なヘッダでも使える一覧を記載
faithandbrave
committed
3435262
View commit details
Copy full SHA for 3435262
Browse repository at this point
lazy_split_view : 末尾の空RangeについてC++29で入ったがC++20に遡及適用
faithandbrave
committed
7944348
View commit details
Copy full SHA for 7944348
Browse repository at this point
ranges::to : emplaceの代わりにemplace_hintが使われるようになった。遡及適用
faithandbrave
committed
39e3561
View commit details
Copy full SHA for 39e3561
Browse repository at this point
memory_order : Read-Modify-Write操作が読み取る値の仕様を記載
faithandbrave
committed
e80d61c
View commit details
Copy full SHA for e80d61c
Browse repository at this point
You can’t perform that action at this time.