nrtb-core team mailing list archive
-
nrtb-core team
-
Mailing list archive
-
Message #00522
[Bug 1217388] Re: abs_queue does not properly use move semantics
some issues are showing up secondary to the tcp_server_socket_factory
fixes.. revisiting.
** Changed in: nrtb/alpha
Status: Fix Committed => In Progress
--
You received this bug notification because you are a member of NRTB
Core, which is subscribed to New Real Time Battle.
Matching subscriptions: nrtb core
https://bugs.launchpad.net/bugs/1217388
Title:
abs_queue does not properly use move semantics
Status in The New Real Time Battle Project:
In Progress
Status in New Real Time Battle alpha series:
In Progress
Bug description:
nrtb::abs_queue does not implement move semantics (std::move()) when
pushing and popping items from the queue. This prevents the use of
std::unique_ptr<> and therefore, the ability to enforce unique
resource ownership where appropriate.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nrtb/+bug/1217388/+subscriptions
References