Skip to content

Commit 76a21b2

Browse files
committed
Avoid template bug on macOS take two
1 parent d2d017d commit 76a21b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/pythoncdb/py_algorithms.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace cadabra
5454
}
5555

5656
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)
57+
void def_algo_preorder(pybind11::module& m, const char* name, bool deep, bool repeat, unsigned int depth, PyArgs... args)
5858
{
5959
m.def(name,
6060
&apply_algo_preorder<Algo, Args...>,

0 commit comments

Comments
 (0)