Skip to content

Commit 0a3fcc4

Browse files
committed
C++29に対応
cpprefjp/site#1675
1 parent ea1018f commit 0a3fcc4

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## master
44

5+
## 3.0.30 (2026-07-31)
6+
- C++29に対応
7+
58
## 3.0.29 (2026-07-05)
69

710
- 検索欄の autocapitalize を無効化

css/badge.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@
166166
content: "C++26";
167167
}
168168
}
169+
#{$sel}[data-cpp-version="29"] {
170+
& a:before, & ~ #{$sel}.latest-spec:not(.noprefix) a:before {
171+
content: "C++29";
172+
}
173+
}
169174

170175
#{$sel}[data-named-version="future"] {
171176
& a:before, & ~ #{$sel}.latest-spec:not(.noprefix) a:before {

0 commit comments

Comments
 (0)