boostorg / ptr_container

Boost.org ptr_container module
http://boost.org/libs/ptr_container
Boost Software License 1.0
14 stars 41 forks source link

Changes for Embarcadero C++ clang-based compilers, targeting Boost 1.74. Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost conf… #26

Closed eldiener closed 4 years ago

eldiener commented 4 years ago

…ig for the Embarcadero non-clang-based compilers.

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@c7b6a7e). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop      #26   +/-   ##
==========================================
  Coverage           ?   63.97%           
==========================================
  Files              ?       35           
  Lines              ?     1471           
  Branches           ?      548           
==========================================
  Hits               ?      941           
  Misses             ?       34           
  Partials           ?      496           
Impacted Files Coverage Δ
.../ptr_container/detail/reversible_ptr_container.hpp 61.23% <ø> (ø)
...ude/boost/ptr_container/detail/static_move_ptr.hpp 91.30% <ø> (ø)
...st/ptr_container/serialize_ptr_circular_buffer.hpp 50.00% <0.00%> (ø)
...nclude/boost/ptr_container/serialize_ptr_array.hpp 75.00% <0.00%> (ø)
...nclude/boost/ptr_container/detail/map_iterator.hpp 82.35% <0.00%> (ø)
...ptr_container/detail/associative_ptr_container.hpp 61.45% <0.00%> (ø)
include/boost/ptr_container/serialize_ptr_set.hpp 100.00% <0.00%> (ø)
include/boost/ptr_container/ptr_unordered_map.hpp 92.30% <0.00%> (ø)
...e/boost/ptr_container/detail/void_ptr_iterator.hpp 85.71% <0.00%> (ø)
... and 27 more

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 c7b6a7e...51ecf6e. Read the comment docs.