Skip to content

Making elitism parameter deducable for random replacement #35

Making elitism parameter deducable for random replacement

Making elitism parameter deducable for random replacement #35

Triggered via push March 6, 2024 20:16
Status Failure
Total duration 3m 49s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

21 errors
build (ubuntu-latest, Release, gcc): src/inc/replacement.hpp#L118
could not convert ‘gal::countable<1>’ from ‘integral_constant<[...],1>’ to ‘integral_constant<[...],2>’
build (ubuntu-latest, Release, gcc): src/inc/replacement.hpp#L118
could not convert ‘gal::countable<1>’ from ‘integral_constant<[...],1>’ to ‘integral_constant<[...],2>’
build (ubuntu-latest, Release, gcc): src/inc/replacement.hpp#L118
could not convert ‘gal::countable<1>’ from ‘integral_constant<[...],1>’ to ‘integral_constant<[...],2>’
build (ubuntu-latest, Release, gcc): src/inc/replacement.hpp#L118
could not convert ‘gal::countable<1>’ from ‘integral_constant<[...],1>’ to ‘integral_constant<[...],2>’
build (ubuntu-latest, Release, gcc): tests/operations/population/replacement_tests.cpp#L145
class template argument deduction failed:
build (ubuntu-latest, Release, gcc): tests/operations/population/replacement_tests.cpp#L145
no matching function for call to ‘random_raw(std::mt19937&)’
build (ubuntu-latest, Release, gcc): tests/operations/population/replacement_tests.cpp#L156
class template argument deduction failed:
build (ubuntu-latest, Release, gcc): tests/operations/population/replacement_tests.cpp#L156
no matching function for call to ‘random_raw(std::mt19937&)’
build (ubuntu-latest, Release, gcc): tests/operations/population/replacement_tests.cpp#L168
class template argument deduction failed:
build (ubuntu-latest, Release, gcc): tests/operations/population/replacement_tests.cpp#L168
no matching function for call to ‘random_raw(std::mt19937&)’
build (ubuntu-latest, Release, clang): src/inc/replacement.hpp#L118
no viable conversion from 'const countable_t<1UL>' to 'countable_t<2UL>'
build (ubuntu-latest, Release, clang): src/inc/replacement.hpp#L118
no viable conversion from 'const countable_t<1UL>' to 'countable_t<2UL>'
build (ubuntu-latest, Release, clang): src/inc/replacement.hpp#L118
no viable conversion from 'const countable_t<1UL>' to 'countable_t<2UL>'
build (ubuntu-latest, Release, clang): tests/operations/population/replacement_tests.cpp#L145
no viable constructor or deduction guide for deduction of template arguments of 'random_raw'
build (ubuntu-latest, Release, clang): tests/operations/population/replacement_tests.cpp#L156
no viable constructor or deduction guide for deduction of template arguments of 'random_raw'
build (ubuntu-latest, Release, clang): tests/operations/population/replacement_tests.cpp#L168
no viable constructor or deduction guide for deduction of template arguments of 'random_raw'
build (ubuntu-latest, Release, clang): tests/operations/population/replacement_tests.cpp#L180
no viable constructor or deduction guide for deduction of template arguments of 'random_scaled'
build (ubuntu-latest, Release, clang): tests/operations/population/replacement_tests.cpp#L191
no viable constructor or deduction guide for deduction of template arguments of 'random_scaled'
build (ubuntu-latest, Release, clang): tests/operations/population/replacement_tests.cpp#L203
no viable constructor or deduction guide for deduction of template arguments of 'random_scaled'
build (ubuntu-latest, Release, clang): src/inc/replacement.hpp#L71
no viable conversion from 'const countable_t<1UL>' to 'countable_t<2UL>'
build (windows-latest, Release, cl)
Process completed with exit code 1.