-
Notifications
You must be signed in to change notification settings - Fork 155
WIP #1008
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
WIP #1008
Conversation
6f33a89 to
2116b6a
Compare
| }; | ||
|
|
||
| typedef bsl::map<int, Priority, std::greater<int> > Priorities; | ||
| typedef Learning<unsigned int> Learning; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that this code introduces lots of warnings from any sources including mqbblp_routers.h
/blazingmq/src/groups/mqb/mqbblp/mqbblp_routers.h:843:36: warning: declaration of ‘typedef class BloombergLP::mqbblp::Learning<unsigned int> BloombergLP::mqbblp::Routers::Learning’ changes meaning of ‘Learning’ [-Wchanges-meaning]
843 | typedef Learning<unsigned int> Learning;
| ^~~~~~~~
/blazingmq/src/groups/mqb/mqbblp/mqbblp_routers.h:843:13: note: used here to mean ‘class BloombergLP::mqbblp::Learning<unsigned int>’
843 | typedef Learning<unsigned int> Learning;
| ^~~~~~~~~~~~~~~~~~~~~~
/blazingmq/src/groups/mqb/mqbblp/mqbblp_routers.h:224:7: note: declared here
224 | class Learning {
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build 3101 of commit 2116b6a has completed with FAILURE
2116b6a to
b20ad4a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build 3102 of commit b20ad4a has completed with FAILURE
Signed-off-by: dorjesinpo <[email protected]>
b20ad4a to
0f3f999
Compare
WIP