Skip to content

[BUG] 无法补全std::chrono中的符号 #633

@Alexeighteightsix

Description

@Alexeighteightsix

以下代码输入 system_clock 时无法补全,即使改为 chrono::system_clocknow(). 也不会有补全提示:

#include<bits/extc++.h>
using namespace std;
using namespace chrono;
signed main(){
	cout<<system_clock::now().time_since_epoch().count();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions