externals: Update to mcl 0.1.11

Merge commit '78bb1d1571'
This commit is contained in:
Merry 2022-07-10 10:10:22 +01:00
commit 6243e5a90e
25 changed files with 1833 additions and 143 deletions

View file

@ -5,11 +5,12 @@
#include <array>
#include <tuple>
#include <catch2/catch.hpp>
#include <catch2/catch_test_macros.hpp>
#include <mcl/bit/bit_field.hpp>
#include <mcl/stdint.hpp>
TEST_CASE("mcl::bit::ones", "[bit]") {
TEST_CASE("mcl::bit::ones", "[bit]")
{
const std::array cases{
std::make_tuple<size_t, u8>(0, 0x00),
std::make_tuple<size_t, u8>(1, 0x01),