We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896207f commit deb896dCopy full SHA for deb896d
include/asyncio/handle.h
@@ -27,7 +27,7 @@ struct Handle {
27
virtual ~Handle() = default;
28
private:
29
virtual const std::source_location& get_frame_info() const {
30
- static std::source_location frame_info = std::source_location::current();
+ static const std::source_location frame_info = std::source_location::current();
31
return frame_info;
32
}
33
};
0 commit comments