Skip to content

Commit cd3a882

Browse files
mcbartonvgvassilev
authored andcommitted
Upgrade example notebook to C++20 kernel
1 parent e2b82ba commit cd3a882

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/xeus-cpp.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,16 @@
127127
],
128128
"metadata": {
129129
"kernelspec": {
130-
"display_name": "C++17 (xcpp)",
130+
"display_name": "C++20 (xcpp)",
131131
"language": "cpp",
132-
"name": "C++17 (xcpp)"
132+
"name": "xcpp20"
133133
},
134134
"language_info": {
135135
"codemirror_mode": "text/x-c++src",
136136
"file_extension": ".cpp",
137137
"mimetype": "text/x-c++src",
138138
"name": "c++",
139-
"version": "17"
139+
"version": "20"
140140
}
141141
},
142142
"nbformat": 4,

0 commit comments

Comments
 (0)