aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/types.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/types.ixx')
-rw-r--r--libbuild2/types.ixx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/types.ixx b/libbuild2/types.ixx
index bf44cff..ee2a605 100644
--- a/libbuild2/types.ixx
+++ b/libbuild2/types.ixx
@@ -10,7 +10,7 @@ namespace build2
{
if (!l.empty ())
{
- o << l.file;
+ build2::operator<< (o, l.file); // Disambiguate.
if (l.line != 0)
{