Skip to content

static 初始化时机描述错误 #20

@LoveBeforT

Description

@LoveBeforT
	 	//g++编译报错

	 	static int c = b;

	 	//gcc编译不报错

	 	static int c = b;

应该是gcc编译报错,g++编译不报错吧

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