Skip to content

C++ "'system' : a symbol with this name already exists " #2283

Closed
@FizzerWL

Description

Declaring any class in a package named "system":

package system;
class Foo
{
    public function new() { }
}

Causes this error when built for the C++ target:

error C2757: 'system' : a symbol with this name already exists and therefore this name cannot be used as a namespace name

Saw in Haxe 3.0.1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

platform-cppEverything related to CPP / C++

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions