← Back to team overview

nrtb-core team mailing list archive

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

 

Fix actually required small changes to both abs_queue and
circular_queue.

** Changed in: nrtb
       Status: New => Fix Committed

** Also affects: nrtb/alpha
   Importance: Critical
     Assignee: Rick Stovall (fpstovall)
       Status: Fix Committed

** Branch linked: lp:~fpstovall/nrtb/fps-sprint-003

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

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