Skip to content

Fix special types (array type, pointer to function type) with names #4

@wu-vincent

Description

@wu-vincent

In concurrentqueue.h:

  • moodycamel::details::identity<char elements[1536]>::type; should be moodycamel::details::identity<char>::type elements[1536];

In untyped_function.h:

  • void (*)(webrtc::webrtc_function_impl::VoidUnion *) del; should be void (*del)(webrtc::webrtc_function_impl::VoidUnion *);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions