| Summary: | Negative float literals (e.g. -0.5f) are marked as incorrect in C++ mode | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-syntax-highlighting | Reporter: | Vitaliy <silverunicorn2011> |
| Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | minor | CC: | benni.buch |
| Priority: | NOR | ||
| Version First Reported In: | 5.41.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Vitaliy
2017-12-20 19:42:44 UTC
Reproduced with today's master of syntax-highlighting using this line in .cpp: const float min = -0.5f; Yes, indeed a bug. *** This bug has been marked as a duplicate of bug 393129 *** |