mirror of
https://github.com/fraillt/bitsery.git
synced 2026-09-09 20:08:19 +00:00
clang-format using ./format.sh
This commit is contained in:
@@ -214,8 +214,7 @@ TYPED_TEST(SerializeContainerFixedSizeArithmeticTypes, ArithmeticValues)
|
||||
template<typename T>
|
||||
class SerializeContainerFixedSizeCompositeTypes
|
||||
: public SerializeContainerFixedSizeArithmeticTypes<T>
|
||||
{
|
||||
};
|
||||
{};
|
||||
|
||||
using StaticContainersWithCompositeTypes =
|
||||
::testing::Types<std::array<MyStruct1, 4>, MyStruct1[4]>;
|
||||
|
||||
Reference in New Issue
Block a user