atilaneves / automem

C++-style automatic memory management smart pointers for D
BSD 3-Clause "New" or "Revised" License
86 stars 15 forks source link

add isPointerTargetOf #36

Closed jmh530 closed 5 years ago

jmh530 commented 5 years ago

This makes it easy to mix different kinds of smart pointers. See the second unit test example.

codecov-io commented 5 years ago

Codecov Report

Merging #36 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   98.96%   98.98%   +0.01%     
==========================================
  Files          11       11              
  Lines         775      788      +13     
==========================================
+ Hits          767      780      +13     
  Misses          8        8
Impacted Files Coverage Δ
source/automem/traits.d 100% <100%> (ø) :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 76551c9...ae356a2. Read the comment docs.