boost-ext / di

C++14 Dependency Injection Library
https://boost-ext.github.io/di
1.16k stars 140 forks source link

Replace copy of unique temporarry object with move #363

Closed kanstantsin-chernik closed 5 years ago

kanstantsin-chernik commented 5 years ago

Problem:

Solution:

Issue: #362

Reviewers: @krzysztof-jusiak

codecov[bot] commented 5 years ago

Codecov Report

Merging #363 into cpp14 will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##            cpp14     #363      +/-   ##
==========================================
+ Coverage   98.52%   98.55%   +0.03%     
==========================================
  Files          79       79              
  Lines        2909     2916       +7     
==========================================
+ Hits         2866     2874       +8     
+ Misses         43       42       -1
Impacted Files Coverage Δ
include/boost/di/wrappers/unique.hpp 100% <100%> (ø) :arrow_up:
include/boost/di.hpp 99.13% <100%> (ø) :arrow_up:
test/ut/wrappers/unique.cpp 100% <100%> (+2.43%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ca78b9b...94acd81. Read the comment docs.