poco/CppParser
Thomas Kopp 20b201dd7d CppParser: Support for return values in global ns
If a return value of a virtual member function is specified to be in the
global namespace using leading double colons (e.g. virtual ::MyClass*)
the parser is now handling the virtual keyword correctly. Prior the
function was not declared as virtual and the return value was named as
virtual::MyClass* which led to completely missleading results.
2022-04-25 13:49:03 +02:00
..
2021-06-26 06:30:49 +02:00
2022-02-19 21:06:24 +01:00
2012-04-29 18:52:25 +00:00
2020-01-11 12:45:39 +01:00
2020-01-11 22:33:28 +01:00
2020-01-11 22:33:28 +01:00
2020-01-11 22:33:28 +01:00
2022-02-19 21:06:24 +01:00
2020-01-11 09:34:54 +01:00
2012-04-23 01:14:34 +00:00
2017-09-09 11:14:06 +02:00