Skip character literals when preprocessing
This commit is contained in:
parent
d1fafdaa92
commit
bc9b8433c8
2 changed files with 14 additions and 4 deletions
|
|
@ -145,7 +145,10 @@ struct a {};
|
|||
/// u
|
||||
/** b
|
||||
* b */
|
||||
void b(int, float);
|
||||
void b(int, float)
|
||||
{
|
||||
auto c = '#';
|
||||
}
|
||||
|
||||
/** u */
|
||||
//! c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue