Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#3388 Bugfix for cpp template function return types #3416

Commits on Jun 26, 2022

  1. C++: remove unncessary cpp template edge case unsupported by modern c…

    …pp compilers
    
    Close universal-ctags#3388.
    
    Removes C++ template parsing code that was originally written to support C++03-specific template syntax.
    However, as described in universal-ctags#3388, this syntax is not actually valid C++03 syntax.
    Yet, the parsing code removed in this commit prevents correctly parsing non-primitive template function return types.
    delsner committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    29ecb6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c762de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dd0cdf View commit details
    Browse the repository at this point in the history