@@ -80,14 +80,14 @@ namespace graphs {
80
80
81
81
%ignore rooted_tree::rooted_tree (directed_graph&&) noexcept ;
82
82
%ignore rooted_tree::rooted_tree (rooted_tree&&) noexcept ;
83
- %ignore rooted_tree::rooted_tree (free_tree&&, node) noexcept ;
84
- %ignore rooted_tree::rooted_tree (free_tree&&, node, bool ) noexcept ;
85
- %ignore rooted_tree::rooted_tree (free_tree&&, node, bool , bool ) noexcept ;
83
+ %ignore rooted_tree::rooted_tree (free_tree&&, const node) noexcept ;
84
+ %ignore rooted_tree::rooted_tree (free_tree&&, const node, const bool ) noexcept ;
85
+ %ignore rooted_tree::rooted_tree (free_tree&&, const node, const bool , const bool ) noexcept ;
86
86
%ignore rooted_tree::operator = (const rooted_tree&) noexcept ;
87
87
%ignore rooted_tree::operator = (rooted_tree&&) noexcept ;
88
- %ignore rooted_tree::init_rooted (free_tree&&, node) noexcept ;
89
- %ignore rooted_tree::init_rooted (free_tree&&, node, bool ) noexcept ;
90
- %ignore rooted_tree::init_rooted (free_tree&&, node, bool , bool ) noexcept ;
88
+ %ignore rooted_tree::init_rooted (free_tree&&, const node) noexcept ;
89
+ %ignore rooted_tree::init_rooted (free_tree&&, const node, const bool ) noexcept ;
90
+ %ignore rooted_tree::init_rooted (free_tree&&, const node, const bool , const bool ) noexcept ;
91
91
92
92
} // -- namespace graphs
93
93
} // -- namespace lal
0 commit comments