mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-02 07:31:37 +02:00

If a return value of a member function is specified to be in the global namespace using leading double colons (e.g. ::MyClass) the parser is now recognizing it as valid c++ code instead of aborting with an exception.