|
|
|
|
|
by Gibbon1
2377 days ago
|
|
Not a C++ monkey but headers in C/C++ have the problem that you can't parse them independently of the source file they are included in because of the predecessor. Which means you need to re-parse them each and every time they are included in a project. |
|