Skip to content

Conversation

@dorjesinpo
Copy link
Collaborator

WIP

@dorjesinpo dorjesinpo requested a review from a team as a code owner October 31, 2025 18:48
@dorjesinpo dorjesinpo added the enhancement New feature or request label Oct 31, 2025
@dorjesinpo dorjesinpo force-pushed the dev/optimize-subscriptions branch 6 times, most recently from 6f33a89 to 2116b6a Compare November 4, 2025 22:40
};

typedef bsl::map<int, Priority, std::greater<int> > Priorities;
typedef Learning<unsigned int> Learning;
Copy link
Collaborator

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 {

Copy link

@bmq-oss-ci bmq-oss-ci bot left a 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

@dorjesinpo dorjesinpo force-pushed the dev/optimize-subscriptions branch from 2116b6a to b20ad4a Compare November 5, 2025 14:39
Copy link

@bmq-oss-ci bmq-oss-ci bot left a 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]>
@dorjesinpo dorjesinpo force-pushed the dev/optimize-subscriptions branch from b20ad4a to 0f3f999 Compare November 5, 2025 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants