We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c766e commit ef98bb0Copy full SHA for ef98bb0
lang/cpp26/structured_bindings_can_introduce_a_pack.md
@@ -81,7 +81,7 @@ auto dot_product(P p, Q q) {
81
82
C++26の場合:
83
84
-```
+```cpp
85
template <class P, class Q>
86
auto dot_product(P p, Q q) {
87
// applyが必要なくなる
0 commit comments