summaryrefslogtreecommitdiff
path: root/src/trans/mangling.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/trans/mangling.cpp')
-rw-r--r--src/trans/mangling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trans/mangling.cpp b/src/trans/mangling.cpp
index 4ea56581..0f3acfd9 100644
--- a/src/trans/mangling.cpp
+++ b/src/trans/mangling.cpp
@@ -148,7 +148,7 @@ namespace {
),
(Tuple,
return FMT_CB(ss,
- ss << "$T";
+ ss << "$T" << te.size();
for(const auto& t : te)
ss << "_" << Trans_Mangle(t);
);