boostorg / mpl

Boost.org mpl module
http://boost.org/libs/mpl
Boost Software License 1.0
51 stars 78 forks source link

Fix some -Wsign-conversion warnings #61

Closed igaztanaga closed 2 years ago

igaztanaga commented 2 years ago

Detect while using boost::transform_iterator in a Boost.Container test

igaztanaga commented 2 years ago

Looks like there were some errors in the regression not related to the patch:

gcc.link bin.v2/libs/mpl/test/string.test/gcc-8/debug/cxxstd-2a-iso/threading-multi/visibility-hidden/string g++-8: error: linkflags=-fno-sanitize-recover=undefined: No such file or directory g++-8: error: linkflags=-fuse-ld=gold: No such file or directory

codecov[bot] commented 2 years ago

Codecov Report

Merging #61 (7ba0074) into develop (e9e3faf) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #61   +/-   ##
========================================
  Coverage    94.73%   94.73%           
========================================
  Files            5        5           
  Lines           19       19           
========================================
  Hits            18       18           
  Misses           1        1           

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 e9e3faf...7ba0074. Read the comment docs.

jeking3 commented 2 years ago

Looks okay, only issue is known (#50).