From 2006284bfbda3416eb8348078fd98fa518d25c47 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 Dec 2021 08:33:15 +0200 Subject: Redo make_parser interface to return path, handle invalid_path exception --- libbuild2/make-parser.test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/make-parser.test.cxx') diff --git a/libbuild2/make-parser.test.cxx b/libbuild2/make-parser.test.cxx index 189407a..9f60bad 100644 --- a/libbuild2/make-parser.test.cxx +++ b/libbuild2/make-parser.test.cxx @@ -54,7 +54,7 @@ namespace build2 size_t pos (0); do { - pair r (make.next (l, pos, ll, strict)); + pair r (make.next (l, pos, ll, strict)); cout << (r.first == make_type::target ? 'T' : 'P'); -- cgit v1.1