diff options
Diffstat (limited to 'src/ast/path.cpp')
-rw-r--r-- | src/ast/path.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ast/path.cpp b/src/ast/path.cpp index 032c57b4..60dee881 100644 --- a/src/ast/path.cpp +++ b/src/ast/path.cpp @@ -31,6 +31,10 @@ namespace AST { ) return os; } +PathBinding PathBinding::clone() const +{ + assert(!"TODO: PathBinding::clone()"); +} // --- AST::PathNode PathNode::PathNode(::std::string name, ::std::vector<TypeRef> args): |