diff --git a/crypto3/libs/marshalling/algebra/test/field_element_non_fixed_size_container.cpp b/crypto3/libs/marshalling/algebra/test/field_element_non_fixed_size_container.cpp index bc08cb52c..b32189b83 100644 --- a/crypto3/libs/marshalling/algebra/test/field_element_non_fixed_size_container.cpp +++ b/crypto3/libs/marshalling/algebra/test/field_element_non_fixed_size_container.cpp @@ -100,8 +100,6 @@ BOOST_AUTO_TEST_CASE(field_element_non_fixed_size_container_bls12_381_g1_field_b std::cout << "BLS12-381 g1 group field non fixed size container big-endian test finished" << std::endl; } -/* - BOOST_AUTO_TEST_CASE(field_element_non_fixed_size_container_bls12_381_g1_field_le) { std::cout << "BLS12-381 g1 group field non fixed size container little-endian test started" << std::endl; test_field_element_non_fixed_size_container::g1_type<>::field_type, @@ -125,6 +123,5 @@ BOOST_AUTO_TEST_CASE(field_element_non_fixed_size_container_bls12_381_g2_field_l 7>(); std::cout << "BLS12-381 g2 group field non fixed size container little-endian test finished" << std::endl; } -*/ BOOST_AUTO_TEST_SUITE_END() diff --git a/crypto3/libs/marshalling/core/include/nil/marshalling/types/detail/adapt_basic_field.hpp b/crypto3/libs/marshalling/core/include/nil/marshalling/types/detail/adapt_basic_field.hpp index f65073261..c2bdac156 100644 --- a/crypto3/libs/marshalling/core/include/nil/marshalling/types/detail/adapt_basic_field.hpp +++ b/crypto3/libs/marshalling/core/include/nil/marshalling/types/detail/adapt_basic_field.hpp @@ -46,7 +46,6 @@ namespace nil::crypto3 { + static_cast(T5) + static_cast(T6); }; - /* This specialization is important */ template struct adapt_field_sequence_size_field_prefix;