boostorg / move

Boost.org move module
http://boost.org/libs/move
Boost Software License 1.0
19 stars 55 forks source link

Move may_alias attribute for xlC++ compatibility. #20

Closed chrahunt closed 5 years ago

chrahunt commented 5 years ago

This also aligns usage of the may_alias attribute with other boost libraries. Fixes #19.

codecov[bot] commented 5 years ago

Codecov Report

Merging #20 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           develop     #20   +/-   ##
=======================================
  Coverage     72.5%   72.5%           
=======================================
  Files           28      28           
  Lines         1695    1695           
  Branches       577     577           
=======================================
  Hits          1229    1229           
  Misses         109     109           
  Partials       357     357
Impacted Files Coverage Δ
include/boost/move/core.hpp 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 61c7a68...210da84. Read the comment docs.

igaztanaga commented 5 years ago

Thanks for the patch!