MCPcopy Create free account
hub / github.com/boostorg/parser / X

Class X

test/github_issues.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48namespace issue_50 {
49 struct X
50 {
51 char a;
52 int b;
53
54 bool operator<(X rhs) const { return a < rhs.a; }
55 };
56
57 struct Y
58 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected