boostorg / dynamic_bitset

Boost.org dynamic_bitset module
http://boost.org/libs/dynamic_bitset
Boost Software License 1.0
38 stars 59 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… #54

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

Merging #54 into develop will decrease coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #54      +/-   ##
===========================================
- Coverage    77.20%   77.18%   -0.03%     
===========================================
  Files            5        4       -1     
  Lines          623      618       -5     
  Branches       217      215       -2     
===========================================
- Hits           481      477       -4     
  Misses          29       29              
+ Partials       113      112       -1     
Impacted Files Coverage Δ
include/boost/dynamic_bitset/config.hpp 100.00% <ø> (ø)
include/boost/dynamic_bitset/dynamic_bitset.hpp 75.52% <0.00%> (-0.18%) :arrow_down:
include/boost/dynamic_bitset/serialization.hpp

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 3e01079...0701c43. Read the comment docs.