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:
@@ -152,14 +152,12 @@ namespace ext {
|
||||
template<>
|
||||
struct PolymorphicBaseClass<Base>
|
||||
: PolymorphicDerivedClasses<Derived1, Derived2>
|
||||
{
|
||||
};
|
||||
{};
|
||||
|
||||
template<>
|
||||
struct PolymorphicBaseClass<PolyPtrWithPolyPtrBase>
|
||||
: PolymorphicDerivedClasses<DerivedPolyPtrWithPolyPtr>
|
||||
{
|
||||
};
|
||||
{};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user