boostorg / move

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

Corrected incorrect include of no_exceptions_support.hpp. #10

Closed adamshapiro0 closed 5 years ago

adamshapiro0 commented 7 years ago

This file appears to have been moved from the detail module to the core module on 6/2014 in core commit 60c9a35d8 (detail commit 099854de). It appears that some package managers' Boost distributions have duplicate copies of the file to work around the error.

jeking3 commented 5 years ago

@igaztanaga I resolved conflicts / rebased this to get a clean CI run on it.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           develop     #10   +/-   ##
=======================================
  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/algorithm.hpp 50% <ø> (ø) :arrow_up:
include/boost/move/algo/move.hpp 94.11% <ø> (ø) :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 d503fbe...14f29a1. Read the comment docs.

jeking3 commented 5 years ago

@igaztanaga this is ready for you to merge.

igaztanaga commented 5 years ago

Many thanks!

adamshapiro0 commented 5 years ago

Thanks for pushing this along folks, and glad I could help!