Skip to content

decltype(auto) is misinterpreted in function definition #7309

@rempke

Description

@rempke

When defining a forward declared function with return type decltype(auto), doxygen 1.8.15 with default configuration is confused by the return type:

decltype(auto) Function();

decltype(auto) Function()
{ }
Decltype.hpp:3: warning: documented symbol `decltype' was not declared or defined.

Example

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions