dash-project / dash

DASH, the C++ Template Library for Distributed Data Structures with Support for Hierarchical Locality for HPC and Data-Driven Science
http://www.dash-project.org/
Other
154 stars 44 forks source link

Add missing include for cstddef before checking __cpp_lib_byte #677

Closed devreal closed 4 years ago

devreal commented 4 years ago

Siehe https://en.cppreference.com/w/cpp/utility/feature_test

codecov[bot] commented 4 years ago

Codecov Report

Merging #677 into development will decrease coverage by 1.17%. The diff coverage is n/a.

@@               Coverage Diff               @@
##           development     #677      +/-   ##
===============================================
- Coverage        85.13%   83.96%   -1.18%     
===============================================
  Files              336      336              
  Lines            24954    24954              
  Branches         11338    11338              
===============================================
- Hits             21245    20952     -293     
- Misses            3692     3693       +1     
- Partials            17      309     +292
Impacted Files Coverage Δ
dart-impl/mpi/src/dart_globmem.c 55.97% <ø> (ø) :arrow_up:
dart-if/include/dash/dart/if/dart_globmem.h 100% <ø> (ø) :arrow_up:
dash/test/TestBase.h 68.18% <0%> (-22.73%) :arrow_down:
dash/include/dash/allocator/AllocationPolicy.h 57.62% <0%> (-20.34%) :arrow_down:
dash/include/dash/pattern/CSRPattern.h 72.67% <0%> (-19.19%) :arrow_down:
dash/include/dash/util/UnitLocality.h 59.42% <0%> (-17.4%) :arrow_down:
dash/include/dash/util/Config.h 73.91% <0%> (-15.22%) :arrow_down:
dash/include/dash/Onesided.h 85% <0%> (-15%) :arrow_down:
dash/include/dash/Team.h 78.35% <0%> (-14.44%) :arrow_down:
dash/include/dash/Matrix.h 85.71% <0%> (-14.29%) :arrow_down:
... and 30 more
devreal commented 4 years ago

Ping