Skip to content

The make_string macro only inside your namespace #1

@Hedgehogo

Description

@Hedgehogo

Macros have no namespaces and always lie globally, your macro only works inside your namespace, and outside it gives an error when you try to access it.
I suggest that you put the macro in the global namespace and prefix it with the namespace name of the library; if someone wants to rename the namespace they can create a new macro with a different name for each macro.

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