Add and use cpp_token_string for unexposed entities
This commit is contained in:
parent
e53fc5e231
commit
0672e85186
29 changed files with 789 additions and 481 deletions
|
|
@ -705,7 +705,7 @@ std::unique_ptr<cpp_entity> detail::parse_cpp_conversion_op(const detail::parse_
|
|||
|
||||
// read the type
|
||||
stream.set_cur(type_start);
|
||||
auto type_spelling = detail::to_string(stream, type_end);
|
||||
auto type_spelling = detail::to_string(stream, type_end).as_string();
|
||||
|
||||
// parse arguments again
|
||||
detail::skip(stream, "(");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue