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 eba9c68 commit 5ed9e59Copy full SHA for 5ed9e59
examples/cpptcl_module_six.cc
@@ -14,4 +14,4 @@ int sumAll(object const &argv) {
14
return sum;
15
}
16
17
-CPPTCL_MODULE(Cpptcl_module_five, i) { i.def("sum", sumAll, variadic()); }
+CPPTCL_MODULE(Cpptcl_module_six, i) { i.def("sum", sumAll, variadic()); }
0 commit comments