Skip to content

Commit ece4449

Browse files
Merge pull request #10 from Raclamusi/add_cpp11removed
C++バージョンのバッジのtypo修正と「C++11を削除」の追加
2 parents e2af656 + 962b439 commit ece4449

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

meta.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,20 @@ 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で非推奨',
124129
'text': '(C++14で非推奨)',
125130
},
126131
'cpp14removed': {
127132
'class_name': 'cpp14removed text-danger',
128-
'title': 'C++11で削除',
129-
'text': '(C++11で削除)',
133+
'title': 'C++14で削除',
134+
'text': '(C++14で削除)',
130135
},
131136
'cpp17deprecated': {
132137
'class_name': 'cpp17deprecated text-warning',

0 commit comments

Comments
 (0)