Add and use cpp_token_string for unexposed entities

This commit is contained in:
Jonathan Müller 2017-10-11 14:09:50 +02:00
commit 0672e85186
29 changed files with 789 additions and 481 deletions

View file

@ -279,7 +279,7 @@ namespace
b.add_unexposed_arguments(std::move(args));
}
else
b.add_unexposed_arguments("");
b.add_unexposed_arguments(cpp_token_string::builder().finish());
}
}