Skip to content

Fix Sring Define Name Conflicts #6

@jmscreation

Description

@jmscreation

#define String std::string
This causes name conflicts with other libraries. Instead of using #define, instead use an alias:
using String = std::string;

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