← Back to team overview

nrtb-core team mailing list archive

[Bug 1217388] [NEW] abs_queue does not properly use move semantics

 

Public bug reported:

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.

** Affects: nrtb
     Importance: Critical
     Assignee: Rick Stovall (fpstovall)
         Status: New


** Tags: management resource

** Summary changed:

- abs_queue does not properly use move emantics
+ abs_queue does not properly use move semantics

-- 
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:
  New

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


Follow ups

References