Skip to content

Commit 962b439

Browse files
committed
C++バージョンのバッジに「C++11で削除」を追加
1 parent 5603611 commit 962b439

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meta.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ def __init__(self, md):
118118
'title': 'C++11で非推奨',
119119
'text': '(C++11で非推奨)',
120120
},
121+
'cpp11removed': {
122+
'class_name': 'cpp11removed text-danger',
123+
'title': 'C++11で削除',
124+
'text': '(C++11で削除)',
125+
},
121126
'cpp14deprecated': {
122127
'class_name': 'cpp14deprecated text-warning',
123128
'title': 'C++14で非推奨',

0 commit comments

Comments
 (0)