Skip to content

Don't use reserved identifiers #62

@djarek

Description

@djarek

Identifiers with double underscores (__foo) or underscore followed by a capital letter (_Foo) are reserved by the implementation, so should not be defined by libraries.
https://github.com/BrainlessLabs/bun/blob/master/include/blib/bun/impl/DbBackend.hpp#L25

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions