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 d2d017d commit 76a21b2Copy full SHA for 76a21b2
core/pythoncdb/py_algorithms.hh
@@ -54,7 +54,7 @@ namespace cadabra
54
}
55
56
template<class Algo, typename... Args, typename... PyArgs>
57
- void def_algo_preorder(pybind11::module& m, const char* name, bool deep = true, bool repeat = false, unsigned int depth = 0, PyArgs... args)
+ void def_algo_preorder(pybind11::module& m, const char* name, bool deep, bool repeat, unsigned int depth, PyArgs... args)
58
{
59
m.def(name,
60
&apply_algo_preorder<Algo, Args...>,
0 commit comments