Skip to content

Constant pointers not valid as parameters or return values. #3

@daoswald

Description

@daoswald

const char* is legal as a parameter and as a return value.
char * const is not, nor is const char * const. These are both legal C and C++, and philosophically should be available to Inline::C/CPP as well. This is the same as

ingydotnet/inline-pm#34

in the Inline issues queue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions