← Back to team overview

nrtb-core team mailing list archive

[Bug 1217388] Re: abs_queue does not properly use move semantics

 

** Changed in: nrtb/alpha
       Status: Fix Committed => Fix Released

-- 
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:
  Fix Released
Status in New Real Time Battle alpha series:
  Fix Released

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