Skip to content

Commit e01a933

Browse files
committed
refactor(to_cpp1): change true for false
1 parent 62809a2 commit e01a933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/to_cpp1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4594,7 +4594,7 @@ class cppfront
45944594
{
45954595
auto list = std::string{""};
45964596
if (parent->specialization_template_arguments) {
4597-
list = print_to_string(*parent->specialization_template_arguments, false, true, false, false);
4597+
list = print_to_string(*parent->specialization_template_arguments, false, false, false, false);
45984598
}
45994599
else if (parent->template_parameters) {
46004600
auto separator = std::string{"<"};

0 commit comments

Comments
 (0)