boostorg / mpl

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

Fixes issue 46 with clang and msvc #49

Closed matbech closed 2 years ago

matbech commented 4 years ago

Fixes issue https://github.com/boostorg/mpl/issues/46

eldiener commented 4 years ago

If you close this PR and reopen it the tests should now run correctly. But I need some clang on Windows command line and some simple test code which shows the bug you are trying to fix. If I run the mpl tests with clang on Windows 10.0, all tests currently pass without errors. If you see errors in the clang on Windows tests, please post your toolset definition for clang on Windows.

codecov[bot] commented 2 years ago

Codecov Report

Merging #49 (d8f8e2e) into develop (3301d91) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #49   +/-   ##
========================================
  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 3301d91...d8f8e2e. Read the comment docs.