aboutsummaryrefslogtreecommitdiff
path: root/cutl/container/graph.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/container/graph.hxx')
-rw-r--r--cutl/container/graph.hxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/cutl/container/graph.hxx b/cutl/container/graph.hxx
index f803797..9c1afe2 100644
--- a/cutl/container/graph.hxx
+++ b/cutl/container/graph.hxx
@@ -86,6 +86,20 @@ namespace cutl
new_node (A0 const&, A1 const&, A2 const&, A3 const&, A4 const&,
A5 const&, A6 const&, A7 const&, A8 const&, A9 const&);
+ // Non-const versions.
+ //
+ template <typename T, typename A0>
+ T&
+ new_node (A0&);
+
+ template <typename T, typename A0, typename A1>
+ T&
+ new_node (A0&, A1&);
+
+ template <typename T, typename A0, typename A1, typename A2>
+ T&
+ new_node (A0&, A1&, A2&);
+
public:
template <typename T, typename L, typename R>
T&